Changing Nav Colors with CSS
-
I have been trying to change the navigation colors. Am I unable to change them with regular CSS? On that page I have :
.main-navigation .main-nav ul li[class*="current-menu-"] > a { background-color: #ffffff00; color: #000; } .main-navigation .main-nav ul li a{ background-color: #ffffff00; color: #000; }But the nav links still have a white background. The CSS even shows it working in chrome inspect but I can’t actually override the colors.
The page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘Changing Nav Colors with CSS’ is closed to new replies.
