How can I open all facet filter categories on my site?

How can I open all facet filter categories please?

HI @iwonder ,

You mean have it open by default? Do you mind sharing your website?

@iwonder ,

Thank you. This solution works if you are using Shopify 2.0 Free themes.

  1. From your Admin Page, click Online Store > Themes >Actions > Edit code
  2. In the Snippet folder, open the facets.liquid
  3. Find the code below. Ctrl + f to find
id="Details-
  1. In between the <details and id="Details-, add the word open. Do this to all of the id="Details- inside the file

Fantastic! ***** Thank you!