[SYMMETRY] How to remove some "Sort By" options ?

castafiore.fr (password : “vutsia”). See issue on picture at the end of the message.

Dear all,

I’m using the Symmetry theme and want to remove “Meilleurs ventes” (“Best Selling”) from the sorting dropdown menu from collection pages. Anyone can help ?

Thanks in advance for your support !

Anthony

NB :
I have added “Customer Privacy”, “Fontbox”, “Colissimo”, “DHL”, “Weglot” and “Wishlist Plus” apps on my shop.

@antomorg
Can you give me the page link where you are seeing this error?
Thank You.

Hello @Zworthkey ,

There is no error. Only thing is that I do not know how to remove “Meilleures ventes” from the sorting dropdown in my code.

Do you get me ?

Thank you a lot.

https://castafiore.fr/collections/shop

@antomorg
Where are you seeing this error?

@Zworthkey again it is not an error. I want to remove “Meilleures ventes” from the sorting dropdown on the collection page, that’s all.

@antomorg
Paste this code on top of the styles.css file.

a.link-dropdown__link:nth-child(1) {
    display: none !important;
}

Thank You.

Wonderful !!!

Thanks a lot for your quick support @Zworthkey

See you

Hi,

I previewed the theme, unfortunately from theme editor there is no option to do this. this might be possible if theme is purchased and code is available. From theme editor only options were given one was to add featured option in sorting and second one was to remove sorting all together.