Shop Page Filter – possible to expand by default
-
Hi there,
Re the filter that displays above the products on the shop page, is it possible to have this expanded by default (instead of having to click on the plus icon)?
Hello,
Thank you for the question.
Yes, it is possible to show filters statically. Try to add the following code snippet to your Custom CSS section in Theme Settings
.filters-area {
display:block;
}
.shop-loop-head .basel-filter-buttons .open-filters {
display: none;
}
Regards
Works a dream, thanks a lot.
Great, you are welcome 🙂
The topic ‘Shop Page Filter – possible to expand by default’ is closed to new replies.