Dropdown ALL CAPS vs. Initial Caps
-
i dont like the look of the ALL CAPS dropdown items. my Mega Menu shows Initial Caps. can u assist me in converting it so ALL dropdowns are Initial Caps and not ALL CAPS?
i want the NAVT ITEMS to stay in ALL CAPS, and just change the dropdown.
thanks.
Attachments:
You must be
logged in to view attached files.
Hi,
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;
}
Regards
The topic ‘Dropdown ALL CAPS vs. Initial Caps’ is closed to new replies.