Home Forums Basel support forum Keep shop filter expanded

Keep shop filter expanded

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

    webaits
    Participant

    Hi,

    How can I keep Shop Filter on shop page expended initially while page loads?

    https://www.handicraft-palace.com/store/

    Thanks

    #14389

    Artem Temos
    Keymaster

    Hi,

    You can do this with the following CSS snippet. But it will break “Open filters” function functionality. If you want to edit it completely, it may require additional JS and CSS customizations.

    .filters-area {
    display:block;
    }
    .shop-loop-head .basel-filter-buttons .open-filters {
    display: none;
    }

    Regards

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