How to adjust the “Hover Transitions” speed
Under Mega Menu > Menu Themes, it’s possible to enable “Hover Transitions” for menu items, making the menu item background and font color transition when a link is moused over.
How to adjust the transition speed
Go to Mega Menu > Menu Themes and enter the following into the Custom Styling area:
1 2 3 4 5 6 |
#{$wrap} #{$menu} a.mega-menu-link { -webkit-transition: background 200ms linear, color 200ms linear; -moz-transition: background 200ms linear, color 200ms linear; -o-transition: background 200ms linear, color 200ms linear; transition: background 200ms linear, color 200ms linear; } |