Hello.
I want the submenue to appear with a small animation.
Either it slowly fades in and out, or it moves down from behind the main menu and slightly moves to its final place.
I already tried to change the avia.js and replaced the code at 1226 from “fast” to “slow”, or i tried a big number.
But nothing changes.
But i would prefer the animation anyway. Perhaps you can help me.
Cheers
Monika
Hey Monika,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
.av-main-nav ul {
-webkit-transition: all 1s ease-out;
transition: all 1s ease-out;
}
Best regards,
Yigit
Thank You Yigit,
sadyl it does not work.
I copied this css in the customized Css and it did not change.
cheers
Monika
Hi,
Thank you for the update.
The css seems to be working correctly when we checked the site. Please make sure to purge the cache, and toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.
Best regards,
Ismael
ok great thank you