Home Forums WoodMart support forum Links on mobile menu Reply To: Links on mobile menu

#281725

Hello,

Pleae replace the code with this one:

jQuery('.mobile-nav').on('click', '.wd-nav-mobile > li.menu-item-has-children > a', function(e){
	e.preventDefault();
	jQuery(this).parent().find(' > .wd-nav-opener').click();
});

Best Regards