Previously, as a pre-purchase concern, I asked the following question and received the following response. It is finally time for me to ask the question in earnest. What steps do I need to take to change the speed at which navigation menus display (for example the mega menu, or menus in general, in the main navigation)?
“NuMagination
This is the first time I am reviewing this theme, and I am terribly sorry if this has been asked in the past. Can the display speed of the primary navigation sub-menus be changed within the theme admin or would I have to edit a file?
Kriesi AUTHOR
Hey!
This is a small customization to one of the javascript files. If you need help with small things like that we are happy to answer your requests in our support forum
If you have any further pre-sales question let me know here “
Open up enfold/js/avia.js and search for
var defaults =
{
modify_position:true,
delay:300
};
You can increase or decrease the delay value to change the speed at which navigation menus display. The value is in ms (300ms).