Change drop down animation speed
-
Is there a way to change to speed of header menu drop downs? Currently the drop down appears almost instantly, but I would like a slower, smoother animation, similar to how the menus drop down on this site.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .dropdown-cart,
body .menu-simple-dropdown .sub-sub-menu,
body .sub-menu-dropdown,
body .vertical-navigation .sub-menu-dropdown,
body .whb-column form.woocommerce-currency-switcher-form .dd-options,
body .whb-text-element .wcml-dropdown .wcml-cs-submenu,
body .whb-text-element .wcml-dropdown-click .wcml-cs-submenu,
body .woodmart-product-categories .children,
body .woodmart-search-dropdown {
-webkit-transition-duration: .5s;
transition-duration: .5s;
}
Best Regards
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘Change drop down animation speed’ is closed to new replies.