Remove some 'sort by' options - Tailor Theme

I’m looking to remove some of the options under the ‘Sort by’ filter and I can’t figure out where to remove them from the code. I’m using the Tailor theme. I would like to remove “Alphabetically, A-Z”, “Alphabetically, Z-A” and “Oldest”.

Hello @lindsaymariko

The following steps you can follow to resolve your issue-:

  1. Go to the Theme section in your shopify store.
  2. Click on Action button and then select Edit code from the dropdown menu.
  3. Then find file name similar to ‘collection.liquid’, ‘collection-grid.liquid’, ‘product-grid.liquid’
  4. Next, search for a code/line of code that contains a loop or an array with the list of sort options.The code is usually available in the form of {% if %}, {% for %}, or an array item.
  5. Remove the option that you want to remove from the code.
  6. Save the changes and preview the changes in your store.

I hope this helps.

Let me know if you need any help.

Thanks! I still can’t find it. I’ve searched all related collection/product liquid files. Could you please help?