Display vertical filters OPEN by default on Dawn version 7.0.1

How do I get these vertical filters to display open by default?

Dawn version 7.0.1

Hello @modernmagic

Once you Log in to the Admin, then process the following steps:

Step 1: Go to Dashboard ->Online Store ->Theme-> Action->Edit code->

Step 2: Search the file facets.liquid

Step 3: find the details tag and add the open attribute on that tag ->save

Output:

If you find our reply helpful, please hit Like and Mark it as a Solution.

An award-winning North American Shopify Development Agency That Delivers Powerful Results, Innovation, and Secure Digital Transformation.

1 Like

THANK YOU!

I also realized I had to add OPEN to the next section to get the price to be open by default.

Is there a way to NOT have them OPEN by default on the search results page?

Can you help me with the issue on the search results page?

Hello @modernmagic

Find the details tag and add the open attribute on that tag ->save

Please replace open attribute to below line on that tag

{%if template.name == 'collection' %}open{% endif %}

If you find our reply helpful, please hit Like and Mark it as a Solution.

An award-winning North American Shopify Development Agency That Delivers Powerful Results, Innovation, and Secure Digital Transformation.

This worked well.

However, I just realized that it would be more consistent if the search results page displayed the filters in a right sidebar just like the collection page. Is that possible?