Why isn't my edited text reflecting in the Dawn 2.0 footer?

Hello,

I would like to edit the subscribe text in the footer menu. I found the code where to edit; however, my change is not reflecting. Please let me know if there is anything I missed. Thank you!

I changed from:

{
      "type": "text",
      "id": "newsletter_heading",
      "default": "Subscribe to our emails.",
      "label": "t:sections.footer.settings.newsletter_heading.label"
    },

to:

{
      "type": "text",
      "id": "newsletter_heading",
      "default": "Be the first to know about new collections and exclusive offers. Subscribe to our emails.",
      "label": "t:sections.footer.settings.newsletter_heading.label"
    },

But the change is not reflected.

1 Like

@anusa

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

Hi there @anusa ,

The changes that you made only changed the text in your theme customizer for the “Newsletter box”. You should try the following

Go to Online store > Themes > Theme Action > Edit Language

Then copy the current text which is currently I guess, “Subscribe to our emails.” and enter in the search field. If you find the text, change it to the required text. If you can’t change it this way, you’ll probably need a developer to change it in the code.