Hello Great work,
Please i have added the link of my website to this post
i would like to disable the slight delay when i mouse out from the cards submenu. I have duplicated the avia.js from other threads and fixed the delay on mouse over but there still seems to be a delay on mouse out.
Please help me urgently.
Hi,
Open js/avia.js and look for line:
$(".main_menu .menu").aviaMegamenu({modify_position:true});
Replace it by:
$(".main_menu .menu").aviaMegamenu({modify_position:true, delay: 0});
Regards,
Josue