A space to discuss online store customization, theme development, and Liquid templating.
I'm using dawn theme and the provided filters in collection page is displayed as dropdowns. I'd like to have them always open and in the sidebar area. How can I do this?
I tried to do it with css but no luck.
This is how the container div looks like after the page load
<details class="disclosure-has-popup facets__disclosure js-filter" data-index="1">
And after I click on any of the filter name/label, it expands with open="" attribute added.
<details class="disclosure-has-popup facets__disclosure js-filter" data-index="1" open="">
What can I do to change this behavior?
Hi, may be you need to look like this
if yes then you need to add custom code
change:
I'd like it to look like this,
hello,
i was wondering if you got this working, as i'm trying to accomplish the same thing on my theme.