Show megamenu with transition - by webtec

This topic has 6 replies, 2 voices, and was last updated 6 years, 1 months ago ago by Rose Tyler

  • Avatar: webtec
    webtec
    Participant
    February 28, 2018 at 11:56

    Hi,
    now the mega-menu appears without any transition or delay:
    is it possible to apply a transition or delay to the mega-menu as it happens for the wishlist menu and cart menu?
    http://prntscr.com/iku6df
    http://prntscr.com/iku6yg
    http://prntscr.com/iku7cx

    5 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 28, 2018 at 13:54

    Hello,

    Thanks for screenshots. Please add this code in Custom css:

    .nav-sublist-dropdown {
        display: block;
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s ease-in-out;
    }
    .menu-wrapper .menu > li:hover .nav-sublist-dropdown {
        visibility: visible;
        opacity: 1;
    }
    

    Regards

    Avatar: webtec
    webtec
    Participant
    February 28, 2018 at 14:10

    Hi,
    i put the css but the mega-menu has not changed: it always appears without transition or delay.

    http://prntscr.com/ikw6id

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 28, 2018 at 14:14

    Hello,

    Please clear cache and check one more time.

    Regards

    Avatar: webtec
    webtec
    Participant
    February 28, 2018 at 14:23

    GREAT !
    this support is #1

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 28, 2018 at 14:23

    You’re welcome!
    Have a nice day.

    Regards

  • Viewing 6 results - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.