Archived topic
How to turn off animation on menu hovers?
3 replies · Started by Cedric on January 25, 2022
Viewing posts 1–4 of 4
When hovering on menus there is a 1 second delay which appears to be due to a fade in animation. How do you disable it so that there is NO effect as instantaneous? By default there is a slight delay.
Hi there,
Give this CSS a shot:
.main-navigation ul ul {
transition: none;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Thank you! Works. :D
No problem :)
This archived topic is closed to new replies.