Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1260622

    Hi,

    I’m trying to figure out how to remove the opacity from the sub menus in the header menu, specifically when the menu is in the left sidebar as they are hard to read when they go over the body content text with some transparency.
    Could you please help?
    Thank you

    #1261286

    Hey,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    .html_header_sidebar #top #header .av-menu-button-colored:hover {
        opacity: 1;
    }
    
    

    Best regards,
    Yigit

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