I have 3 different “image with text” sections on my product page. But, the twist is that I want to change the color background not of all those sections, but only the first and the last section. How can I do that? Link to the product page: https://galaxyglowz.com/products/galaxyhd-projector-1
Hi @GalaxyGlowz , you can add custom css to each section and the color will apply only to this section.
Hello @GalaxyGlowz
Inside Shopify Admin, you can go to Edit theme code, open file base.css and add this code at the bottom
.section-template--20176887382363__9c770359-2277-4114-9054-2654b07942fd-padding,
.section-template--20176887382363__fb2185c6-b90a-4f6b-a884-f82f8a962f77-padding {
background-color: #EEEEEE;
}
The result
Hope that helps!
Could you try to setup “Container color scheme” in every section. There you can set background color.
If doesn’t work custom css last solution