Home Forums WoodMart support forum Mobile Menu

Mobile Menu

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

    Jonas-Ruf
    Participant

    Hi,
    how can I change the following:
    1. Remove search option
    2. Remove headings (menu + categories)
    3. Remove icons in front of wishlist and account

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

    Hello,

    I saw the screenshots you attached.

    1) To remove the headings from the tabs from the mobile menu you need to add the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.

    .mobile-nav-tabs {
    display: none;
    }

    Note: If you remove both the headings then you will not be able to visit the categories menu on mobile.

    2) To Remove search from the mobile menu you need to Go to WoodMart >> Header Builder >> Edit Header >> Mobile Header on the right top.

    Screenshot for Clarification: https://ibb.co/FJtPCcf

    3) To Remove the WishList and my account from the mobile menu you need to add the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

    body .site-mobile-menu .menu-item-my-account,
    .menu-item-wishlist{
    display:none;
    }

    Best Regards.

Tagged: , , ,

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