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

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 5 (5)

Moeed
Shopify Partner
7500 2028 2491

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 Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


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
7500 2028 2491

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 Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


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

JPHelping
Tourist
3 0 0

Screenshot 2024-01-31 at 9.01.07 PM.png