Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #247170

    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.

    #247173

    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

    #247197
    This reply has been marked as private.
    #247201

    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

    #247206
    This reply has been marked as private.
    #247736

    Hey!

    Try to insert this code into the quick css field:

    
    #top .main_menu .menu li:hover {
    color: #666;
    }
    

    Cheers!
    Peter

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.