Twenty Fourteen: Navigation Text color (hover)
-
Hello!
Ive been trying to get my css right on the website I am building for my church. I was able to change the navigation color and properties, and I made the text white BUT when I hover the navigation, the text revert to black. Id like to have it white all the time. How can I do that?
Thank you for any input!
The blog I need help with is: (visible only to logged in users)
-
I think this should do it:
.primary-navigation li:hover a{ color: <insert color here>; } -
Thank you!
It worked great – partly anyway ;)
It works fine when I over menu item but not when I hover dropdown menu items… Any fix for that? -
When I make the change on my test blog, the code I gave you changed everything–including the dropdown menu items, so I’m not entirely sure what’s happening. It could be that you’ve changed something else that is interfering with this change. What happens if you change the bit of code I gave you before to this?
.primary-navigation li:hover a{ color: <insert color here> !important; } -
-
- The topic ‘Twenty Fourteen: Navigation Text color (hover)’ is closed to new replies.