Remove Wishlist & Compare links from mobile menu
-
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.
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
option 2 worked. thank you.
Hello,
You are welcome! Always remember that you can reach out to us with any questions you may have.
Have a good day!
Kind Regards
The topic ‘Remove Wishlist & Compare links from mobile menu’ is closed to new replies.