Hi,
I have added a toggle to work as a filter in the mobile shop (‘Shape Filter’ in the screenshot) – I have tried to stop this from showing up on desktop (were it duplicates functionality in the sidebar) by using the code below (the toggle has a custom class “mobileshapetoggle”)
/*shape filter for mobile shop*/
@media only screen and (min-width: 979px) {
.mobileshapetoggle {
display:none !important;
}
}
Doesn’t seem to of worked (still showing on desktop) ? Have tried moving it to the top of custom css..
Thanks
C
Attachments:
You must be
logged in to view attached files.