Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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.
URL: https://basicbastard.co/collections/all
Solved! Go to the solution
This is an accepted solution.
Hi @basicbastardco,
Please follow the steps below:
- Step 1: Click 'Enable sorting' at settings.
- Step 2: Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:
.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!
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
This is an accepted solution.
Hi @basicbastardco,
Please follow the steps below:
- Step 1: Click 'Enable sorting' at settings.
- Step 2: Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:
.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!