Categories font caps/small
-
Hi
When creating categories in lowercase letter which automatically converted to uppercase when saved. How do i save as small.
Hello,
Thank you for choosing our theme and contacting us.
Could you please send us a link where we can see this problem?
Kind Regards
XTemos Studio
Please see details on private content.
HI
Its under the menu ‘MENU’ all are added from categories
sorry typo mistake under ‘MEN’
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.basel-navigation .menu>li.menu-item-design-default ul li a {
text-transform: none;
}