This topic has 6 replies, 2 voices, and was last updated 6 years, 8 months ago ago by Rose Tyler
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
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
Hi,
i put the css but the mega-menu has not changed: it always appears without transition or delay.
Hello,
Please clear cache and check one more time.
Regards
GREAT !
this support is #1
You’re welcome!
Have a nice day.
Regards
You must be logged in to reply to this topic.Log in/Sign up