We've added 2 custom menu link at the end of our main nav... phone and free quote button.
All of our CSS works fine but we can't get the hover text of the link to change to the correct color. We want it to be #FFF but it stays the default blue.
Hey , Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
#header-outer:not([data-lhe="animated_underline"]) header#top nav ul li.menu-item-6916 a:hover, #header-outer:not([data-lhe="animated_underline"]) header#top nav ul li.menu-item-6686 a:hover {
color: #fff !important;
}
We've added 2 custom menu link at the end of our main nav... phone and free quote button.
All of our CSS works fine but we can't get the hover text of the link to change to the correct color. We want it to be #FFF but it stays the default blue.
Here is our css:
ThemeNectar Support Team
https://carshield.com/
Its the phone # and Get Free Quote button in the main nav. We want the hover text to be #FFF (white) but it still makes it blue.
Thx.
Hey ,
Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
Best.
ThemeNectar Support Team
Works... good only issue is on the active (current_page_item) color is blue when we want it white.
We tried this but it doesnt work:
Hey Again,
Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
Best.
ThemeNectar Support Team