Home Forums WoodMart support forum mobile menu issue

mobile menu issue

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #469510

    idan-7326
    Participant

    Hello,
    On mobiles when the users open the menu and in case we have sub-menu the user need to click on the arrow in order to see the sub-menus.
    is it possible to change that? so on click anywhere the user will get the sub-menus?

    also, how can I change the arrow on the menu to a different arrow? I would like the arrow to point down and not to the left.

    check this video:
    https://www.loom.com/share/d0a85bf686e7424e8422096864ee13f4

    thanks.

    #469656

    Hello,

    No, there is no option. The drop-down menu is opened only by clicking on the arrow.

    To change the icon:

    This can be implemented with Font Awesome icons:

    .mobile-nav .wd-nav-opener:after {
    	font-family: "Font Awesome 5 Free";
    	font-weight: 900;
    	content: "\f067";
    }
    
    .mobile-nav .wd-nav-opener.wd-active:after {
    	content: "\f068";
    	transform: none;
    }

    Best Regards.

    #469687

    idan-7326
    Participant

    thanks. is it possible to open the dropdown menu by clicking anywhere on the row? and not just on the arrow?

    #469897

    Hello,

    No, there is no option. The drop-down menu is opened only by clicking on the arrow in mobile.

    Best Regards.

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