I have been messing around in the salient options but i can't find a way to make drop down menu hover state change colour? Is this possible within the salient menu? (see screen shot)
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
#header-outer #top nav > ul > li:not(.megamenu) ul a:hover,#header-outer:not([data-format="left-header"]) #top nav > ul > li:not(.megamenu) ul a:hover {
background: #00d8b2 !important;
}
Hi there,
I have been messing around in the salient options but i can't find a way to make drop down menu hover state change colour? Is this possible within the salient menu? (see screen shot)
thanks
Hey Again,
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Thanks
ThemeNectar Support Team