As the subject suggests, I’d like to know how to set the background of the email signup section to an image of my choice rather than the preset colors from the color scheme I’m given. I’m still relatively new to programming with Shopify so some direction on what code to edit would be greatly appreciated! The image below has the section that I’d like to change the background of circled in red. Thank you for your time!
@Jetski ,
- In your Shopify Admin go to online store > themes > actions > edit code
- In your theme.liquid file, find the (press CTRL + F or command + F on Mac)
- paste this code right above the tag:
You can change the colors to any HEX color you wish:
#000 = top footer background color
#fff = top footer text color
#f12 = bottom footer background color
#012 = bottom footer text color
Kind regards,
Diego
I appreciate the quick reply but this doesn’t accomplish what I needed. I did as you asked, but a different section was affected than the one I wished to edit. Also, I need to set the background to an image rather than a different color. Below is what I see based on the code I copy/pasted. Again, I appreciate your time helping me.
Hi Jetski, just wondering if you managed to find a the right code to fix this? I am also trying to figure out a way to change this to an image or even just to change the color scheme of this email sign up section. I tried to follow above instructions from Diego, however the code is affecting the footer rather than the email sign up section.

