Hello. I would like to put a “Subscribe to our emails” banner with a background image and a button next to the email box. Can you tell me how? I’ve attached an example link.
Please add Newsletter section and let me know your store URL so I can provide code to that
Thank you!
Please add this code to Custom CSS of that section and check again.
.newsletter__wrapper {
background-image: url('add background image URL here');
background-size: cover;
background-position: center center;
}
It doesn’t work. Where exactly should I paste the code? I’ve tried at the end of “newsletter.liquid” and putting the URL of my image.
I would also like to add the button. Is there an app that does this function without touching the code?