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

    hi there. I have a curious problem. The hover color of the flyout menu gets applied to all the submenu points as well when I roll onto either one of the items in a family. What can i do to adjust that?

    Best,
    Petra

    Screenshot-2023-12-21-at-13-20-23

    #1428706

    Hi Petra,

    I can’t seem to see the issue on my end, is it fixed?
    If not, please try to add this CSS code in Enfold > General Styling > Quick CSS:

    .html_av-overlay-side #top #wrap_all #header .av-burger-overlay-scroll #av-burger-menu-ul li:hover a {
        color: inherit;
    }
    
    .html_av-overlay-side #top #wrap_all #header .av-burger-overlay-scroll #av-burger-menu-ul li a:hover {
        color: #8ca9d3;
    }

    Best regards,
    Nikko

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