Primary Menu Hover State
-
On the primary navigation menu, how do I remove the background colour from the hover state?
So there is no background colour when you hover over the link. I just want the text colour to change from black to grey when you hover over the link.I’ve tried to change the following:
.main-menu > li:hover > a {
color: #757575;
background: none;
}The text colour changes, but the background hover colour remains. How do I remove it?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Primary Menu Hover State’ is closed to new replies.