Changing menu color in a theme
-
Im using the theme Naya LiteVersion: 1.0.11By Sampression. I want to change the menu color from green to red. I was able to change all the other a hover colors to red in the style.css. I can not find the code to change the menu. i also have the custom css plug in. I put this in because I saw it in this forum. but it didn’t help. What do I do??
/* Menu */.main-navigation a {
color: #cc3333 !important;
}.main-navigation ul li:hover > a {
background: #cc3333 !important;
color: #FFFFFF !important;
}
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Changing menu color in a theme’ is closed to new replies.