Home Forums Space themes support forum Hide Compare from mobile menu Reply To: Hide Compare from mobile menu

#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