Dawn theme, change background colour in a section

is it possible to change the background of this section to Grey #E9E7E4, leave the white container. Please see reference photo below of how I would like it to look.

https://umasanghviart.com

pass: mowglo

Hello @Chantelrudden

I would like to give you a solution to support you.

  1. Go to Online Store → Theme → Edit code.

  2. Open your assets/base.css theme file.

  3. Add code after into the end file:

.section-template--18049087340820__c8864c92-e491-4639-a326-8783b819a84f-padding .multirow__inner .image-with-text{
    background: #E9E7E4;
}

Hope my solution can work and support you!

Kind & Best regards!

GemPages Support Team.

sadly it made the container grey:


is it possible to have it look like this:

@Chantelrudden

You can try with the code:

.section-template--18049087340820__c8864c92-e491-4639-a326-8783b819a84f-padding .multirow__inner .image-with-text{
    background: #E9E7E4;
}

.section-template--18049087340820__c8864c92-e491-4639-a326-8783b819a84f-padding  .image-with-text__text-item{
    padding: 30px;
}
.section-template--18049087340820__c8864c92-e491-4639-a326-8783b819a84f-padding  .image-with-text__text-item .image-with-text__content{
    padding: 20px;
    background: #fff;
}