How can I make filter lists on collection appear open by default?

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');

Hello

I have only this collection files