Hello Shopify gods,
I’m looking to add a background color only behind my image with text section. I’m using thee debut theme. Anyone have any advice?
https://toast-phl.myshopify.com/
gleuch
thank you!
Hello Shopify gods,
I’m looking to add a background color only behind my image with text section. I’m using thee debut theme. Anyone have any advice?
https://toast-phl.myshopify.com/
gleuch
thank you!
Could you please provide a screenshot which section you want to add background color?
please add this below code in theme.css file
.page-width.feature-row .feature-row {
background-color: #E2D3D3;
}
here , you can change color code as per your choice.
Please add the following code at the bottom of your assets/theme.css file.
#shopify-section-feature-row{
background-color: #dcdcdc;
}
Hope this works.
Thanks!
Amazing! One last thing, anyway to get the padding to match on the top and bottom? But without changing the padding in the sections above it.
I want the spacing to be like the bottom. Thank you!!
Please add the following code at the bottom of your assets/theme.css file.
@media only screen and (min-width: 750px){
#shopify-section-feature-row {
padding-top: 65px !important;
}
}
Thank you so so much!
Hi there I am trying to do the same thing, change the background color, but need to change the background on a text column with image section-- do you know the code to achieve this?