Hi, I would like to use an image for newsletter subscription at the bottom of you page, does anyone know how can I do this?
Site; https://pferdinand.myshopify.com/
password: sasa
Thank you in advance!
Hi, I would like to use an image for newsletter subscription at the bottom of you page, does anyone know how can I do this?
Site; https://pferdinand.myshopify.com/
password: sasa
Thank you in advance!
What theme you’re using?
Hi @Daniel19901 ,
You can follow these steps:
Go to Shopify Admin => Online Store => Edit code => Find the theme.liquid file
document.querySelector("#shopify-section-template--16243317964973__e66d9fc8-08b9-4763-acc4-566276ab4f35 .newsletter-section__image .image-wrap img").src="link-your-image";
document.querySelector("#shopify-section-template--16243317964973__e66d9fc8-08b9-4763-acc4-566276ab4f35 .newsletter-section__image .image-wrap img").setAttribute("srcset", "link-your-image");
I give an example with the photo link: https://cdn.pixabay.com/photo/2016/12/03/15/44/fireworks-1880045_1280.jpg
This is the result:
Hope it helps @Daniel19901