Remove some "sort by" options from venture theme

Hello

Please could someone help me to remove all of the “sort by” options apart from ‘Price high-low’ and Price 'low-high

I am using Venture theme.

1 Like

@Ellibelle

sorry for that issue can you please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.collection-sort {display: none;}

Hi Ketan

i do not want to remove ALL options because I want to keep only:

Price high-low and Price low-high

please see the photo.

1 Like

@Ellibelle

Thanks of for update sorry for that

css doesn’t possible it can be done change backend code

@Ellibelle .

Please check the following link.

https://community.shopify.com/c/Shopify-Design/Remove-Sort-Menu-Options-on-Debut-theme/td-p/496693

This will help you to remove options from sort.

Hope this helps.