How to style sub-menu
-
Hi! I would like to remove the capitalization and change the background color of my sub-menu items but I can’t seem to find the correct css taxonomy for sub-menus.
I changed the main menu background color using the customizer, and I removed capitalization of the main menu items with this css:
.site-navigation ul {
text-transform: none;
}
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘How to style sub-menu’ is closed to new replies.