Menu Color
-
Hi I’d like for my menu to be all one color instead of the color only showing for the tab that is currently selected. For instance, when you go to my site, it shows the home tab in green and the other tabs are white. Is there a way to have all tabs be green and have some other way to distinguish when the tab is selected like have the font turn a different color or the tab turn a darker green? Thanks!
The blog I need help with is: (visible only to logged in users)
-
Hello there!
Dropping this code in your custom CSS area should do the trick:
.menu-primary .menu-item a { background-color: #486e20; color: #FFF !important; } .menu-primary .menu-item:hover > a { background-color: #314a18 !important; }Let me know if that doesn’t work!
Sage -
-
- The topic ‘Menu Color’ is closed to new replies.