Home New Guten Forums WoodMart support forum collapsing category sub menu for mobile menu title

collapsing category sub menu for mobile menu title

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

    jamieandrade88
    Participant

    Hello, Im having an issue with my mobile menu I would like the title when clicked to have the drop down submenu collapse instead of having the title directing you to a page. My website is currently on maintance mode so you can not see it.

    Attachments:
    You must be logged in to view attached files.
    #509283

    Hello,

    Try to create a main menu item with a custom link with “#” instead of URL and add the sub menu item.

    Then try to add this code in theme settings > custom js:

    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.

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