Tagged: CSS
I’m having trouble finding the CSS for the color of a navigation parent item when the sub-item is hovered over. I have a dark background with white text but when I hover over a sub item, the button is completely white because the parent item background color is also white. Searched all through the style sheet and was unable to find that line of CSS.
Hi roberthilley!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .header_color .main_menu .menu ul li>a:hover {
color: red;
}
Best regards,
Yigit
Hi!
Can you post a screenshot of the issue you are having? Or you can post the link to your website so i can check
Cheers!
Yigit
Hey!
Try to insert this code into the quick css field:
#top .main_menu .menu li:hover {
color: #666;
}
Cheers!
Peter