Home Forums WoodMart support forum Double Menu / Mobile

Double Menu / Mobile

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

    pinio
    Participant

    Hello,

    If you visit my site from mobile you can see that I have the products categories and wishlist, compare , login/register

    How can I remove these options?
    1) In my product menu I don’t have the options

    2) I made these actions https://xtemos.com/forums/topic/removing-default-options-from-the-mobile-menu/

    but still have these options.

    Thank you

    #222314

    Hello,

    To Remove the items from Mobile Menu.

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

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

    To Remove the categories menu Please Go to WoorMart >> Header Builder >> Edit Header >> Mobile header on the right top.

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

    You can disable the categories menu.

    Regard’s.
    Xtemos Studio.

    #225286

    pinio
    Participant

    Hello,

    I made these changes but the code disappear only My Account , not wish list & compare. I would like to remove all of these extra menu.

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

    Hello,

    I saw the screenshot you attached.

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    body .site-mobile-menu .menu-item-wishlist, .menu-item-compare{
    display:none !important;
    }

    If the issue still occurs then provide admin panel login details to check it myself and help you out accordingly.

    Regard’s.
    Xtemos Studio.

    #225547

    pinio
    Participant

    I have successfully results with mix of your two css. Check my css :

    body .site-mobile-menu .menu-item-my-account,

    .menu-item-wishlist, .menu-item-compare{

    display:none !important;

    }

    #225633

    Hello,

    We are Glad that you have managed to create a CSS for your own from the code I provided and to Resolve the issue. You can keep the CSS as it works fine for you.

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Topic Closed.
    Best Regards.

Tagged: 

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

The topic ‘Double Menu / Mobile’ is closed to new replies.