Image with text Change Background color Dawn theme

Hi. Does anyone know how I can change the “Image with Text” section background colour? I want to change it to the whole section. Thank you

website: https://pawsome-furballs-6962.myshopify.com/?_ab=0&_fd=0&_sc=1

pass: 123

1 Like

Hi @Andreeei ,

There is an option to change the background using the theme editor. See image below

Hello @Andreeei ,

You can try to follow these steps:

  • Go to Online Store → Themes → Actions → Edit code
  • Go to Assets folder → base.css file → add the following code at the bottom of page:
.image-with-text {
  background-color: #f0f0f0;
}

Note that you can change the color code to the desired one

  • Save and preview

Hope this can help you out. Let us know if you need any further support.

Ali Reviews team.

Hi @Andreeei

I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.

Please add this css in your bottom of the css file:
#shopify-section-template–18835029688598__932e46dd-e462-4c1a-a151-e47d29f49a86 .image-with-text, #shopify-section-template–18835029688598__932e46dd-e462-4c1a-a151-e47d29f49a86 .image-with-text__media, #shopify-section-template–18835029688598__932e46dd-e462-4c1a-a151-e47d29f49a86 .image-with-text__content {background-color: #ccc;}

Regards,

San

Hello @Andreeei

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.

div#shopify-section-template--18835029688598__932e46dd-e462-4c1a-a151-e47d29f49a86 {
    background: #ff5e5b;
}