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!
{
"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"
},
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.