Hi, I changed the facets.liquid code in order to customize the sorting options in the collection page within Dawn theme. I reduced the sorting options from 8 to 5. However the changes properly show in the desktop version but don’t seem to affect to mobile version. How can i fix that so that it applies for both, desktop and mobile?
Here is what I did:
Within facets.liquid i went to line 319 and removed the following part:
and exchanged it with the following:
select name="sort_by" class="facet-filters__sort select__select caption-large" id="SortBy" aria-describedby="a11y-refresh-page-message">
And this is the correct result on desktop:
while this is how it looks on mobile, with still all sorting options unfortunately:
Do i have to add something to the code to make it apply to mobile as well, or do i have to replace the code in a different place as well?
Please help me out here and thanks for your time in advance. Much appreciated!

