Hello, I was wondering how can I change the background color of the Image with text section.
I’m using debut theme.
Thank in advance
Hello, I was wondering how can I change the background color of the Image with text section.
I’m using debut theme.
Thank in advance
Share your store URL
store link
Use Below CSS
.page-width.feature-row:parent {
background: red;
}
Hit Like and Accept as Solution
Where should I write the code?
div#shopify-section-1643221553461641e6{
background: red;
}
div#shopify-section-16432215230e2bb376{
background: red;
}
put the code in theme.css file
It worked! thank you so much ![]()
Good to know this.
Hit Like