Hello,
on enfold teamplate when i go the mouse hover to main menu the submenu opens with a fade in effect.
I want to keep the fade in but make it a bit more slow.
What should i change?
Thanks in advance,
Best Regards
Hey crkapsalis,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#header #avia-menu ul.sub-menu {
transition: all 0.7s;
}
Hope it helps.
Best regards,
Nikko