Can I change the hover highlight in the main navigation
-
I’m trying to change the navigation hover or selected page color so when a user is on the page, the color or highlight color of that page displays a highlight while user is viewing that page.
Thanks in advance!
The blog I need help with is: (visible only to logged in users)
-
Hello there!
This should do it:
.current_page_item a { color: #ff2f00 !important; }You’ll have to put it underneath the other CSS in your custom CSS area or else your current menu colour change will overwrite it.
Hope that helps!
Sage -
-
-
- The topic ‘Can I change the hover highlight in the main navigation’ is closed to new replies.