Menu Font
-
I am editing the menu font using CSS. However only parts of the menu font are changing colour. Can you please advise. Only three of my navigation menu aspects are changing colour, the rest are white.
Currently using
.main-navigation li a {
color: #1f1c81;
}The blog I need help with is: (visible only to logged in users)
-
Hi there!
I see you’re using this code now:
.main-navigation a { color: #1f1c81; }Is this working the way you want? Can you point me toward a specific part of your menu that you want colored that isn’t? And do you want the current page to be highlighted or the same color as the rest of the menu items?
- The topic ‘Menu Font’ is closed to new replies.