Comments Cédric started the conversationJuly 9, 2019 at 8:44pmHello, Is there a way to disable the apparence effect when the sub-menu appears? By default, there is a small effect (from bottom to top) on sub menus items when appearing. See screenshot attached.https://ibb.co/QNPVK4g Many thanks 8,994Tahir repliedJuly 10, 2019 at 6:16amHey Again,Unfortunately those cant be removed as they are controlled via the JS Menu library .Best ThemeNectar Support Team lee repliedJuly 11, 2019 at 7:44pmTry this, worked for me:/* ----------- MENU UNDERLINE ----------- */ #header-outer[data-lhe="animated_underline"] #top nav >ul >li:not([class*="button_"]) >a:after { border-width: 1.5px !important; opacity: 0!important;} cheersCédric repliedJuly 15, 2019 at 3:30pmThanks @lee but it doesn't work at all for me. Are you sure the css code you provided is for cancelling the apparence effect on the sub-menu?Make no change at all. Any clues?Thanks Sign in to reply ...
Hello,
Is there a way to disable the apparence effect when the sub-menu appears? By default, there is a small effect (from bottom to top) on sub menus items when appearing. See screenshot attached.
https://ibb.co/QNPVK4g
Many thanks
Hey Again,
Unfortunately those cant be removed as they are controlled via the JS Menu library .
Best
ThemeNectar Support Team
Try this, worked for me:
/* ----------- MENU UNDERLINE ----------- */
#header-outer[data-lhe="animated_underline"] #top nav >ul >li:not([class*="button_"]) >a:after {
border-width: 1.5px !important;
opacity: 0!important;
}
cheers
Thanks @lee but it doesn't work at all for me. Are you sure the css code you provided is for cancelling the apparence effect on the sub-menu?
Make no change at all.
Any clues?
Thanks