Home Forums WoodMart support forum Remove My Account and Wishlist from mobile menu

Remove My Account and Wishlist from mobile menu

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

    naldekhel
    Participant

    Hi there,

    How can I hide these from the mobile menu?

    Attached.

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

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

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

    Best Regards

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