Hello,
It’s annoying that when you accidentally hover over the first level of the menu, the mega menu opens instantly
How can I add a little delay?
Thank you
Mauro
Hey profumopuntoit,
Thank you for the inquiry.
You can add this css code to add a delay to the mega menu transition.
#header .avia_mega_div {
transition-delay: 2s;
}
Let us know the result.
Best regards,
Ismael
Thank you Ismael
I have set it to 20ms that is enough for me
