How can I change the background color of a section on my homepage?

Hi all, I would like the background of this section to be this color “#1c1c1e”, how can I do it? A thousand thanks

It’s in homepage

URL SITE: https://refade-8966.myshopify.com/

password: chauri

Dawn theme

Risolto, grazie lo stesso

Hi @Marco211 ,

Try this.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
  4. And Save.
.image-with-text__media.image-with-text__media--adapt.gradient.color-scheme-b752ff79-c6ee-466b-819d-925b94b4991c.global-media-settings.media {
    background: aquamarine;
}

Result:

I hope it help.

Hi @Marco211

This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:

Online Store ->Theme ->Edit code

Assets ->Base.css

.image-with-text.collapse-corners:not(.image-with-text--overlap) .grid:not(.image-with-text__grid--reverse) .image-with-text__media img {
         background-color: #1c1c1e !important;
}

Hope you find my answer helpful!

Best regards,

Richard | PageFly