Current Navigation
URL to the page in question:
-
What custom CSS code do you suggest for making the current navigation a different color?
I tried this, and no luck
ul#menu-primary-navigation li.current-menu-item a {
color: #ff6600;}
Nicholas,
Great question. Try using this in the Custom CSS box and see if that helps:
header .menu .current-menu-item a,
header .menu .current-menu-item a:visited {
color: #ff6600;
}
If you have any trouble, let me know,
Bill
Awesome. Let me know if you need anything else.
- The topic ‘Current Navigation’ is closed to new replies.