Home Forums WoodMart support forum Mobile Side Menu Problem

Mobile Side Menu Problem

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #73593

    at22134
    Participant

    Dear Support,

    I am having some issue with the mobile side menu.

    For MENU: How do I get rid of the default Search Form, Wishlist, and My Account?

    For CATEGORIES: It is not displaying the correct product categories that I have set. It is displaying the Brands instead which is not a category.

    Thanks so much.

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

    Hello,

    In order to hide Search form and My account please add this code to the Theme Settings > Custom CSS:

    .mobile-nav .searchform {
    display:none;
    }
    .menu-item-my-account,
    .menu-item-wishlist{
        display:none!important;
    }
    

    Best Regards

    #73715

    at22134
    Participant

    Thanks Elise.

    Any idea why the CATEGORIES is showing Brands instead of the product categories that I have set?

    #73729

    Hello,

    1. Make sure you have created the category menu in Appearance > Menu > Categories menu > and you have added Product categories.

    2. Please navigate to Woodmart > Head builder http://prntscr.com/iyd2pe Choose the proper header type (your current) http://prntscr.com/iyd333, switch to the mobile view of your header http://prntscr.com/iyd3v3 check mobile menu: http://prntscr.com/klhav1

    Best Regards

    #73779

    at22134
    Participant

    Thanks, choosing the right menu in mobile fixed it.

    #73784

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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