Does anyone know how to add an image as a background on a product page instead of a solid color in Debutify theme? For example I’d like to use an image instead of the white background on my product page here.
@TR3 ,
Please follow this step
Add this CSS to your theme
div#shopify-section-template--15406605762787__main {
background-image: url(layer.jpg);
}
Thanks!

