Home Forums WoodMart support forum Change drop down animation speed

Change drop down animation speed

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #118338

    tomclayson
    Participant

    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.

    #118358

    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

    #118383

    tomclayson
    Participant

    Perfect, thank you!

    #118425

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Change drop down animation speed’ is closed to new replies.