Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Theme support
›
Menu / Mega menu
menu doesn't close
kuhada
August 2017
in
Menu / Mega menu
We are using anchor links in our menus, example #clients #our-team... And when menu opens, and you click on one of the items it doesnt close.
Video shows the problem -->
Comments
Bryan
August 2017
Hi,
try using this script in theme options>custom css&js>js
jQuery(function($){
$(".menu-item").click(function() {
$(".close").click();
});
});
kuhada
August 2017
It worked, thanks
Sign In
or
Register
to comment.
Comments