• Hello,

    the mega menu is displayed 2 times with the Ashe theme.

    I tried to add custom CSS like in this topic but it doesn’t work.

    Can you help me? 🙂

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support megatom

    (@megatom)

    Hi,

    Please try the following custom CSS:

      .max-mega-menu {
    display: none !important;
    }
    .mobile-menu-btn ~ .mega-menu-wrap .max-mega-menu {
    display: block !important; /* re-show the second instance */
    }

    Regards,
    Tom

    Thread Starter zarchaeologist

    (@zarchaeologist)

    Thank you very much Tom, it works! \o/

Viewing 2 replies - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.