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!
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;
}