NAvigation menu text hover colour
-
I need to change the main navigation menu hover colour. Right now it’s white on white, which is a bit of an issue. I found what I thought was the right bit of code to change, but it didn’t work, probably because I have no idea what i am doing. This is the part of the code for the navigation menu as is right now. I put in the colour I want (#e8ae00), but nothing happened.
main-navigation a:hover,
.main-navigation li.focus > a {
color: #e8ae00;
}What am I doing wrong?
website https://www.devikauryoga.com
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘NAvigation menu text hover colour’ is closed to new replies.