Hi guys,
I would like to add sort by option into the filter by drawer. Please see the screenshot. Where the blue mark is i want to add the sort by option there. I would appreciate your help.
Adding a “Sort by” option to the Dawn theme’s filter drawer on the collection page. The goal is to place sorting inside the filter drawer (blue-marked area in a provided screenshot).
Proposed solution:
Alternative advice:
Outcome:
Open question:
Notes:
Hi guys,
I would like to add sort by option into the filter by drawer. Please see the screenshot. Where the blue mark is i want to add the sort by option there. I would appreciate your help.
Hello @basicbastardco
Your question needs Customize.
You should hire someone who knows coding or an expert in Shopify programming, they can help you with this.
In addition, you can contact the theme provider you are using, maybe they can help you fix it.
Kind & Best regards,
GemPages Support Team
Hi @basicbastardco ,
Please follow the steps below:
.mobile-facets__details.js-filter.medium-hide.large-up-hide {
display: block !important;
}
facet-filters-form.facets.small-hide {
display: none !important;
}
Hope it helps!
Thank you so much for your help!!!
Is there a way to get that same appearence and behaviour on tablet and desktop screen sizes? Thank you!