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):
body:not([data-header-format="left-header"]) header#top nav >ul >li.megamenu >ul ul li a:hover, body:not([data-header-format="left-header"]) header#top nav >ul >li.megamenu >ul ul li.current-menu-item > a {
color: #fff !important;
background-color: #e64d37 !important;
}
Where is the mouse over color of the background from list-entries for the mega menus defined (blue in a fresh installation)?
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
Thanks.