Sort Option By Dawn Theme - Changes not reflected on mobile

Topic summary

A user encountered an issue where custom code to hide certain sort options in the Dawn theme’s dropdown menu worked on desktop but not on mobile.

Problem Details:

  • The user had previously implemented a solution to filter sort options
  • Changes only appeared on desktop view
  • Mobile view continued showing all default sort options

Solution Provided:
A contributor provided custom CSS code to be added in theme.liquid file above the </body> tag. The code specifically targets and hides unwanted sort options while keeping:

  • Price high to low
  • Price low to high
  • Date new to old

Outcome:
The original poster confirmed the solution worked successfully. However, a subsequent user reported the same issue persists on the latest Dawn theme version, indicating the problem may have resurfaced or requires additional adjustments for newer theme versions.

Summarized with AI on November 3. AI used: claude-sonnet-4-5-20250929.

Hi,

I tried this solution to hide certain options in the sort by pulldown, but the change got reflected only on desktop and not on mobile.

Could someone please help?

I’m using a Dawn theme.

Thank you so much!

Hey @Ulalala ,

Can I have the link to your store, along with the store password (if any)

https://vintage.kyoto/

kvw2525

Thank you so much :folded_hands:

Hey @Ulalala ,

What are the sort options you want to remove?

@ThePrimeWeb

I’d like to keep Price hight to low, Price low to high and Date new to old that are there now on the desktop view, and remove everything else.

Thank you!!

Hey @Ulalala ,

Go to your theme’s “Edit Code” Option, then in the search bar type “theme.liquid”
Scroll all the way down and above the tag “” tag paste the following. Screenshot attached for reference.


Screenshot is for reference only, the correct code to paste is the one shown above.

@ThePrimeWeb

Wow it worked!! I’m so relieved, thank you so much for your quick response and huge help!! :folded_hands:

I tried this solution, it removed the options from desktop view but are still showing up in mobile view. Im using the latest version of dawn theme, could you help me on what changes to do?