How can I change a section's background color on my website?

Hello!

Hello! Working on a site and needing to change the background color of a section. Here is the code I have tried but its non responsive. Thoughts? shopify-section-template—15647151882406__1655760875a7ef7597 { background: #545454; padding: 25px; margin: 15px 0; }

Thanks in advance to a great community!

hi @HonorDigital ,

What the link to your website? and can you point me the section you want change the background?

Thank!

https://elegantworld.com/?key=958db09f5a920f386d556dfdac84f8b83086a3c498066ece84836d89eae337ff&preview_theme_id=

Its the section the the 4 text slots

Thank you!

Is this part, right?

Do you have check in the settings of theme?

Yes, it doesnt give me a color switcher on that section sadly

what the background-color you want make for this part?

If the theme not support change the background for it, we can do it with css style.

Oh awesome! #EBD9D6 is the code

Can you please add the code bellow at the bottom of assets/theme.css file:

.index-section .text-with-icons{
background-color: #EBD9D6;
padding: 30px 0px;
}