How can I add a 'sort by' option to the Dawn theme filter?

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

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

1 Like

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!

1 Like

Thank you so much for your help!!!

1 Like

Is there a way to get that same appearence and behaviour on tablet and desktop screen sizes? Thank you!