Home Forums Basel support forum Possible to hide filter code from mobile

Possible to hide filter code from mobile

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #6085

    tmoods
    Participant

    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

    #6090

    Artem Temos
    Keymaster

    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

Viewing 2 posts - 1 through 2 (of 2 total)