Change Navigation Menu Text Color in CSS
-
Hi,
I want to change the hover colour and the active colour of the navigation menu.
I was super happy to found in the forum how to change the hover colour by adding some code to the additional CSS section. It works!
.menu-item a:hover { color:#026E9F !important; }Then I add this, but it’s not working… (either the hover or active colour).
.menu-item a:active { color:#026E9F !important; }I do not know very much about coding, I guess I’m doing something wrong. I’m stuck. Does anyone has a suggestion?
Here what I have now:
.menu-item a:hover { color:#026E9F !important; } .menu-item a:active { color:#026E9F !important; }Thanks in advance for any help!
Amélie
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Change Navigation Menu Text Color in CSS’ is closed to new replies.
