Snappier Dropdown Menu

The drop down menus seem to be somewhat slow. I would like them to be snappier. Does anyone know how to do this? I am using pro.

www.ripplesofgrace.com

Hello There,

Thanks for writing in! To have a faster and snappier menu, please make sure that you set a zero delay or set the other interactions to none.

Hope this helps.

I changed all of that to none and zero, and it still seems like there is a delay.

Hello There,

Thanks for updating in! To remove any delay entirely, please add the following CSS code in the X > Launch > Theme Options > Global CSS (http://prntscr.com/evui3r) or in the customizer, Appearance > Customize > Custom > Edit GLOBAL CSS

body .x-dropdown,
body .x-dropdown.x-active {
    transition-duration: 0s;
}

body .x-menu > li > .x-dropdown {
    opacity: 0;
    visibility: hidden;
}

body .x-menu > li:hover > .x-dropdown {
    opacity: 1;
    visibility: visible;
}

Hope this helps. Please let us know how it goes.

1 Like

That is exactly what we wanted. Thank you!

Hey There,

You’re welcome! We are just glad we were able to help you out.
Thanks for letting us know that it has worked for you.

Best Regards.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.