• Resolved dzoid11

    (@dzoid11)


    I’m using the mega menu for my primary and secondary menus. On the secondary menu which is the menu at the top everything works fine. On the primary menu when I roll over a menu item the menu item disappears then returns when you aren’t hovering over the menu item anymore.

    • This topic was modified 7 years, 2 months ago by dzoid11.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author megamenu

    (@megamenu)

    Hi Dzoid,

    Thanks for posting a link.

    Please try this custom CSS:

    .nav-primary a:hover {
        -webkit-text-fill-color: inherit;
        text-fill-color: inherit;
    }

    Regards,
    Tom

    Thread Starter dzoid11

    (@dzoid11)

    That worked! Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘On rollover menu items disappear using mega menu’ is closed to new replies.