Home Forums WoodMart support forum Mobile sub menu

Mobile sub menu

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

    liav319
    Participant

    hey, there is any chance that the sub menu in the mobile will be open without click the arrow button?

    the first menu is just text.

    i attach video to be more clear
    https://www.loom.com/share/9d152daed8f34cc3bf0c893b344f5921

    #321331

    Hello,

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

    Please insert this code in 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();
    });

    Please check how it works. Perhaps you may need this code for the colors, add this code to the Theme Settings > Custom CSS > Global:

    body .mobile-nav .wd-nav-opener.wd-active {
        background-color: transparent;
        color:#000000;
    }

    Set the colors as per your needs.

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

    Best Regards

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