Minion theme - how to remove some of the sorting options?

I want to remove some of the options from the sorting feature, but I’m not sure where to find them. I’m using Minion theme.

Specific ones that I want to remove is A-Z, Z-A, Featured and date.

Hello @TheMario

Could you please share your store url ( with pass if your store password is enabled ) then I can see and suggest something for you?

Best regards,
GemPages Support Team

Hi @TheMario ,

Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:

option[value=title-ascending],
option[value=title-descending]{
  display: none !important; 
}

Hope it helps!