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

Topic summary

A user with the Pipeline theme wants to replace the plain white background of their newsletter section with a custom photo.

Attempted Solutions:

  • One responder provided CSS code targeting the newsletter section ID, instructing to add it via Online Store > Themes > Customize > Theme settings > Custom CSS
  • The code included properties for background-image, background-position, background-size, and background-repeat

Current Status:

  • The provided CSS solution did not work for the user
  • The user has already uploaded the desired background image to Shopify files
  • Another responder offered to help but requires collaborator access to the store to implement the feature

Resolution: Unresolved - awaiting further troubleshooting or store access to apply custom code

Summarized with AI on November 3. AI used: claude-sonnet-4-5-20250929.

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!

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.

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. 
}

Hi there, unfortunately it didn’t work :disappointed_face:

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.

Hi, @iceymonski

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