Home › Forums › Basel support forum › Keep shop filter expanded › Reply To: Keep shop filter expanded
May 25, 2017 at 2:58 pm
#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