How to change a section background color : debut theme

Hello.

I would like to change some background color on different section of my home page :

could you advise please? thank you!

@petitlaurierco Please share your store URL and password(If it is password protected.). So that I can check and give you the exact solution.

hello @eFoli-Marvic thank you for replying

here’s the link : https://petitlaurierco123.myshopify.com/

and password : towpri

looking forward hearing back from you

thank you

@petitlaurierco Can you please share a screenshot with an indication of which section background you want to change?

@eFoli-Marvic

I want these section to be beige :

the color code is : #EFE6DD

looking forward hearing back from you

@petitlaurierco

Kindly add this code to your base.css file.

Navigate to online store >> Click edit theme code.

Now find base.css and paste the following code:

#shopify-section-template--15584256229624__multi_column{ background: #EFE6DD !important;}
#shopify-section-template--15584256229624__1642286782bb821d19{ background: #EFE6DD !important;}

I hope it will be helpful for you.

Thanks

Thank you so much!