Home Forums WoodMart support forum Adjustment Mobile Sub Menu

Adjustment Mobile Sub Menu

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #316842

    carlo.kraemer
    Participant

    My customers don’t want to press the arrow to open it, but rather one below the other, how can I solve this?

    #316864

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    Please try to add this code into the Theme Settings > Custom JS on document ready.

    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();
    });

    If you have any questions please feel free to contact us.

    Best Regards

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)