Change Menu Hover Color
-
Hello WP Community,
I am a bit of a novice here and I’m trying to figure out how to customize my menu. I’m using the “Hever” theme and the Primary menu default to blue text for the page your on, and blue hover feature. I’d like to change the blue hover and selected page text to a different colour. I have the primary menu set to the primary location. I’ve tried picking up some CSS code from other forums but it isn’t working.
Please help :)
Cheers
The blog I need help with is: (visible only to logged in users)
-
Hi! It looks like the yellow is declared in your custom CSS. So you might need to add something like this instead:
.main-navigation ul li:hover > a { color: #6d95bc !important; }Want to give that a go?
- The topic ‘Change Menu Hover Color’ is closed to new replies.