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.transparent:not([data-lhe="animated_underline"]) header#top nav > ul > li > a:hover {
color: #8d6dc4 !important;
}
Try turning off the Combined CSS Option in General Settings -> Salient Theme Options Panel .
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):
html body #header-outer.transparent:not([data-lhe="animated_underline"]) header#top nav > ul > li > a:hover {
color: #8d6dc4 !important;
}
How can I change the hover colour of the menu? I've added a rule into the Salient CSS but it's overridden by the theme's code.
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
That was the code I was using. I tried your version which looks identical apart from the colour code and it doesn't seem to fix it:
https://fluxdigital.co/sleepytime-baby/
Try turning off the Combined CSS Option in General Settings -> Salient Theme Options Panel .
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