How do I change my newsletter heading background to add a photo?

How do I change my newsletter heading background to add a photo?

iceymonski
Excursionist
31 0 3

Hello. Is it possible for me to change this background to my own uploaded photo instead of it being just plain white? My theme is pipeline. Website is www.suvski.com Thanks!Screen Shot 2024-11-25 at 2.58.08 PM.png

Replies 5 (5)

AnneLuo
Shopify Partner
1299 228 266

Hi, @iceymonski 

I can help you with it. But it needs to add some custom code. If you need my help, please let me know.

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

iceymonski
Excursionist
31 0 3

Hi. Can you help? I have the background image uploaded already onto my Shopify files. I just want to put it as my newsletter background.

AnneLuo
Shopify Partner
1299 228 266

Hi, @iceymonski 

I can try to help you add this feature. So I need to access your store as a collaborator if possible.

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

Dan-From-Ryviu
Shopify Partner
11708 2294 2476

Hi @iceymonski 

You can try to use this code below, add it to Cutom CSS in Online Store > Themes > Customize > Theme settings.

 

#shopify-section-template--16113923850329__section_newsletter_pP9m6a {
background-image: url('add your own image link here');
background-position: center center;
background-size: cover;
background-repeat: no-repeat. 
}

 

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Amazon Products Importer - Import Amazon Products to Dropship in Your Store!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

iceymonski
Excursionist
31 0 3

Hi there, unfortunately it didn't work 😞