New Landing How can we help? Atelier Sub menu hover disable

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Atelier
  • #281842
    Kirsten
    Member
    Post count: 192

    Hello,

    I have a question. I’ve made the mega menu sub items fixed on the page. So I would like to know if it’s possible to disable the hover action (displaying submenu) on a parent menu item. See the page I send and then hover “Advocatuur”.

    Best,
    Kirsten

    #281855
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    li.menu-item.sf-mega-menu:not(.current-menu-parent) > ul.sub-menu {
      display: none!important;
    }

    – Kyle

    #281858
    Kirsten
    Member
    Post count: 192

    Thank you Kyle, that worked like a charm.
    One more question. De hover workes fine now, but if I on-hover the menu flashes. Is that possible to fix also?

    #281862
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this:

    li.menu-item.sf-mega-menu.current-menu-parent > ul.sub-menu {
      opacity: 1!important;
    }

    – Kyle

    #281863
    Kirsten
    Member
    Post count: 192

    Yeah great you’re the best Kyle! Thank you for the quick fixes.

    #281865
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem!

    – Kyle

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register