Home › Forums › Space themes support forum › Hide Compare from mobile menu › Reply To: Hide Compare from mobile menu
August 15, 2022 at 4:35 pm
#397413

Luke Nielsen
Keymaster
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