Image background instead of color in email signup - DAWN THEME

Hi Everyone and happy Monday,

I would like to put an image as the background of my email signup section instead of a color.

Theme used: Dawn 6.0.2

Preview link to my website: https://wuje49c1cyjg82mn-66207744226.shopifypreview.com

Thank you very much for the help!

Pauline

Do you know how to add css?

If you you could try adding this (replacing the image url with the image you would like):

.content-container–full-width:after {background-image: url(“https://st2.depositphotos.com/3549707/7676/v/950/depositphotos_76760587-stock-illustration-floral-geometric-pattern.jpg”);}

Hi,

Where in the code should I add this part?

Thank you!

Try this:

  • Click the 3 dots beside the customise button and click Edit Code.

  • Search for the theme.css file

  • Create a few blank lines at the top of the file and then add the code snippet I provided above

Thank you,

I don’t have theme.css with Dawn, I have theme.liquid or base.css for example. Which one should I use ? Thank you so much.

base.css

lovely thank you so much

Hi A1anm,

This code also changes the background to the RICH TEXT section. Any idea how to fix that?

Thanks so much in advance

Hey, I tried using your solution. But the URL part of it doesn’t. Is there any other option? Like just making it blank?