Menu Font Color
-
I found via search the Additional CSS Code to change the color of the Menu.
/* Menu Color */ .main-menu > li > a { color: #FFFFFF; } .main-menu > li:hover > a, .main-menu > li.current-menu-item > a { color: #0b8ed0; } /* Ende colors */
How can I change the Sub-Menu Colors / hover to the same colors?
How can I change the Colors for the Mobile Versions
- The topic ‘Menu Font Color’ is closed to new replies.