Home Forums WoodMart support forum Remove Wishlist and Compare from mobile off canvas sidebar

Remove Wishlist and Compare from mobile off canvas sidebar

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

    Shopix
    Participant

    Hi,

    It it possible to change or remove the wishlist and compare links from the off canvas sidebar for mobile and tablet devices? blob:null/21fac7ea-f8cc-49e1-87f2-bae0e2cff80c

    Thank you

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

    Hello,

    I saw the screenshot you attached. To remove the wishlist and compare from the mobile menu you need to add the following Custom CSS in the Custom CSS for Mobile and tablet area under Theme Settings >> Custom CSS.

    .menu-item-wishlist,
    {
    display:none!important;
    }
    .menu-item.item-level-0.menu-item-compare {
    display: none !important;
    }

    Best Regards.

    #186449

    Shopix
    Participant

    Hi Aizaz,

    Thank you. Topic can be closed.

    #186450

    Most Welcome!!!..

    Well, @Shopix!.., it’s been great chatting with you! I hope I resolved your issues thoroughly.

    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.

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

The topic ‘Remove Wishlist and Compare from mobile off canvas sidebar’ is closed to new replies.