Hello,
I’m using the theme Atelier, and I’d like to remove and change the name of some of the product sorting options. How would I do that? I’ve seen other posts about doing this, but not for this theme specifically, and none of the solutions in other posts seem to be applicable to this theme.
Thank you.
1 Like
Please share your store url. And by sorting you mean the ones in the collection like price low to high, date, etc?
Hello @jaimeone
Welcome to the Shopify Community! Please share your store URL and password (if it’s password-protected), so I can check and provide you with the exact solution.
Hello @jaimeone ,
To change the name of sorting options. Go to Online store → Themes → Click on threee dots and edit theme default content.
In next screen search for sort and here you will find option to change the names.
Please check the screenshot
And to remove any option from sort dropdown we can do it with css, let me know which one you want to hide and I’ll provide the css code.
Regards
Guleria
2 Likes
Thank you very much!
I’m looking to remove the price options, and potentially alphabetical as well.
1 Like
Follow these steps:
-
Go to Online Store → Theme → Edit code
-
Open your styles.css file and paste the following code at the bottom:
#title-ascending, #title-descending, #price-ascending, #price-descending {
display: none;
}
1 Like
Hello @jaimeone
I also encounter the same issues ,but actually my shopify marketing agency helped me with that.