New Shopify Certification now available: Liquid Storefronts for Theme Developers

How To Delete "Sort By Bestselling"? I'm using the theme Prestige

CaterinaV
Shopify Partner
4 0 0

Hi! i want to delete de option of best selling product view from my collections, but without loosing the filtering. The theme i'm using is Prestige

Replies 4 (4)
Moeed
Shopify Partner
3051 761 925

Hey @CaterinaV 

 

Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!

 

Best Regards,
Moeed

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
CaterinaV
Shopify Partner
4 0 0

This is the URL https://thegang.com.mx/collections/jersey-hombre

The collection products is set by manually, but the view of the theme is set by default on best selling, if i want to hidde the option it would remove the toolbar filteringCaptura de Pantalla 2023-10-05 a la(s) 12.46.40.png

Moeed
Shopify Partner
3051 761 925

Hey @CaterinaV 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.sort-by {
    display: none;
}
</style>

RESULT:

Moeed_0-1696532045949.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
CaterinaV
Shopify Partner
4 0 0

Thank you,I copied the code, but the order of the products stills is the same, and no the one i made manually, i attach images:
Captura de Pantalla 2023-10-05 a la(s) 13.12.12.png

and it shows:

Captura de Pantalla 2023-10-05 a la(s) 13.12.02.png