Menu Color
-
For the main menu, is there a way I can have it be all one color instead of white unless a tab is selected? Thanks
The blog I need help with is: (visible only to logged in users)
-
Hello,
Please try the following CSS code:
@media screen and (min-width: 1020px) .navigation-classic .primary-navigation { background: #486e20; color: white; } -
-
Hi again, I’m sorry, the code should be:
@media screen and (min-width: 1020px) { .navigation-classic .primary-navigation {background: #486e20; color: white; } }
- The topic ‘Menu Color’ is closed to new replies.