Reply 186664 to: show megamenu with transition

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

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.