Hi,
I’m looking to change the “sale” Label to “Save”.
I’ve read a few topics about it but I’m really struggling with the code stuff. Would a Shopify admin be able to help?
Thanks!
Hi,
I’m looking to change the “sale” Label to “Save”.
I’ve read a few topics about it but I’m really struggling with the code stuff. Would a Shopify admin be able to help?
Thanks!
To change that sale text to something else, you can:
1] Head over to your Admin → Themes → Customize Theme → Edit HTML/CSS
2] From here, navigate to your locales folder, you should see something called en.default.json
3] Go to line 384, there should be something called
“on_sale”: “Sale”,
Hope this helps.
Thanks!
Hi @ChrisBP ,
You can edit the code for your theme.
Steps:
From your Shopify admin, go to Online Store > Themes → Select your theme.
Click Actions > Edit code.
Find the file name “en.default.json”, on right panel, you can find text “on_sale” to change with your info
Screenshot to refer: https://prnt.sc/118syv4
Hope this helps!
Thank you, that worked!