Possible to hide filter code from mobile
-
Hi there,
I was kindly provided the following code snippet to expand the product filters by default:
.filters-area {
display:block;
}
.shop-loop-head .basel-filter-buttons .open-filters {
display: none;
}
Is it possible to exclude mobile devices from this command? i.e. I just want them expanded for desktop and tablet.
Thanks again,
Todd
Hello,
You can simply move this code for desktop devices only area in the Custom CSS section in Theme Settings. Then it will not be applied for mobile devices.
Regards