Hide Compare from mobile menu
-
How do I edit the bottom of the mobile menu? In this case I want to remove the Compare item
Attachments:
You must be
logged in to view attached files.
Hello,
You can hide the “Compare” link by using the below code, enter it into the Global Custom CSS area that is in Theme Settings -> Custom CSS.
.xts-side-mobile .xts-nav-mobile .xts-menu-item-compare {
display: none;
}
Feel free to reach out to me anytime when you have anything more to say.
Kind Regards