Does anyone know where to add or modify category or subcategory in dropdown menu?
Announcement
Collapse
No announcement yet.
Dropdown menu
Collapse
X
-
Does anybody know where that code is?
I'm trying to change all subcategories on dropdown menu to uppercase?
www.tanyas.ca
Comment
-
-
-
in the new admin:
navigate to settings => design => themes & styles
In the upper right hand corner choose the button that says Edit look/colors (css)
Again in the upper right hand corner choose Advanced Mode
In the text box that comes up, scroll to the bottom and add the following:
Code:.sub-menu-item { text-transform: uppercase; }
Comment
-
Comment
Comment