Venture Theme: Remove some sorting options

Hi all,

URL: https://neon51.com/collections/all

Password: uduwha

Trying to remove some of the sorting options of the collections. Currently there are too many and some are irrelevant (Screenshot attached).

Would like to remove the first options “Características” or “Characteristics” in english, alphabetical sorting, and date sorting.

Any ideas on how I could do this?

Thanks!

  • Neon 51

Hi @Neon51 ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss->paste below code at the bottom of the file:
select#SortBy option[value="manual"], 
select#SortBy option[value="title-ascending"], 
select#SortBy option[value="title-descending"], 
select#SortBy option[value="created-ascending"], 
select#SortBy option[value="created-descending"] {
    display: none;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

Perfect! Thanks for the help!

Marked as solution.

1 Like