Hello,
I am trying to change the highlight color of the navigation highlight bar above menu items? I have tried various example codes in the forum but none successful. Can you look?
Hey @BigStache,
Please edit your Navigation Inline and go to Top Links > Particles then edit the color.
Hope that helps.
Thank you. I was referring to the normal header that you can see on all the other pages. For example, on this page you can see that the highlight is blue
Hi There,
Please see this: https://screencast-o-matic.com/watch/cFVe16onA0
.x-navbar .desktop .x-nav > li > a:hover, .x-navbar .desktop .x-nav > .x-active > a, .x-navbar .desktop .x-nav > .current-menu-item > a {
box-shadow: inset 0 4px 0 0 red; /*Change red to your preferred color*/
}
Note to add it on Theme Options > Custom CSS not on wp custom CSS for higher CSS priority.
Hope this helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.