Home Forums Space themes support forum Remove Wishlist & Compare links from mobile menu

Remove Wishlist & Compare links from mobile menu

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #635665

    craig-7256
    Participant

    Hello
    I am unable to find the setting allowing me to remove Wishlist & Compare links from mobile menu.
    Please can you help me with this?
    Thank you

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

    Luke Nielsen
    Keymaster

    Hello,

    1. You can remove the Wishlist and Compare elements from the header, then those items in the mobile menu will be hidden.

    2. Either you can use the code below for help:

    .xts-side-mobile :is(.xts-menu-item-wishlist, .xts-menu-item-compare) {
    	display: none;  
    }

    Kind Regards

    #635727

    craig-7256
    Participant

    option 2 worked. thank you.

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