Greetings
I want on collection the filer lists at the left of the screen to be open, without a need to click and open them manually…does anyone knows how to achive that?
Thanks in advance
Hi,
At collection.liquid you need to open the filter list
Code example:
// Example code modification to open filter lists by default
$('.filter-list').addClass('open');