How can I change the 'sale' label to 'save' on the Debut theme?

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!

1 Like

@ChrisBP

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!

2 Likes

Hi @ChrisBP ,

You can edit the code for your theme.

Steps:

  1. From your Shopify admin, go to Online Store > Themes → Select your theme.

  2. Click Actions > Edit code.

  3. 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!

2 Likes

Thank you, that worked!