How can I customize the 'Email Marketing subscribed' message on my page?

Hello everyone,

I want to edit the ‘‘Email Marketing subscribed’’ message when a customer lands on that page. I have opened ‘edit language’ in the theme section. Now it is plain, simple text without any links.

I want to customize it a bit by centering the headline, making it bold, and adding a link to direct customers to the new in page. How can I make these small adjustments?

Thank you

Hi @andauser ,

Which page are you mentioning? If possible, please send me the link. I will check it.

Or if you mean the Newsletter of the footer, https://i.imgur.com/TuRpV89.png

Go to sections/footer.liquid file and change text: https://i.imgur.com/GjPjhsr.png

Hope it helps!

If my answer can help you solve your issue, please kindly mark it as a solution. Thank you and good luck.

Hello,

Thanks for the reply. It is not thw footer. So when my customers see the footer, and enter their email, they receive an email to confirm their subscription (double opt in) (see attachment 2)

When they confirm their long in, they plan to a page (see attachment 2). Link : https://www.andastudio.co/account/subscribe?email=ayse%40andastudio.co&token=BqjUtYyj_oZUHolvg3ZKtEE5e0BHhM0mCsC3rlNS7vu3c835dUT4oTG3ssv0MRrfl3TzMFQ5DpYJioo16-V_lLlqywK–XvO0WNOHJhAxvk%3D

I want to edit this second text. For instance, make welcome bold, align heading to center, add a link to direct customers to new in etc…

Thank you

Hi @andauser ,

  • With style: Go to Assets > theme.css and paste this at the bottom of the file:

.shopify-email-marketing-confirmation__container {
text-align: center !important;
padding: 15px !important;
}
.shopify-email-marketing-confirmation__container h1{
font-weight: 700 !important;
}

  • With link: It’s added by Shopify, so I can’t help you change the link.

Hope it helps!

If my answer can help you solve your issue, please mark it as a solution. Thank you and good luck.

1 Like