Hi!
Has anybody figured out how to close the filter accordions by default on the collection page on Shopify’s Dwell theme? Using Search & Discovery app for filters. I have read several previous discussions but cannot make it work on Dwell theme using the code snippets provided.
Thank you in advance! 
K.
This is controlled by 2 files in the snippets folder: list-filter and price-filter.
If you open these files, search for open: is_vertical, you will see this in both files:
Change is_vertical, to false, on each of the 3 lines, then they won’t be open by default.
Thank you, @Maximus3 !
This is what it actually looks like in the list-filter.liquid.
Deleting lines 35 and 37 did the trick on desktop.
1 Like