Hi everyone!
Thanks in advance for your help, this community board is super helpful when designing.
I am trying to change the background color on the single product page, without changing my overall theme background.
Right now, all of my products are transparent. I would like the entire product information section background to be white. Can someone help me, please?
I’ve tried using codes that I found in previous discussions, but none of them work.
Here’s the link to my site:
https://382c8sf3ce1uerqi-59114717229.shopifypreview.com
I’ve also attached a photo of the product page to show how it currently looks.
Thank you!
@clawscnb123 go into your product template file and add this code at the bottom
section#shopify-section-template--15162019479597__main{
background:white;
}
Let me know if you meant something else.
If this works for you, like and mark this as solved. 
Hi @clawscnb123 .
This is PageFly - Free Landing Page Builder. I would love to provide my recommendations for your store.
Yo can go to Online Store => Themes => Actions => Edit code and add this code on file base.css
.focus-none{
background-color: white !important;
}
Hope this helps.
Best regards,
PageFly
Are you saying add it to template Product.json ?
I tried that, but it would not save.
Also, I would prefer that the actual image be on a white background as well. I currently have a transparent image uploaded.
@PageFly-Victor
I did this, but it changed my entire theme background to white, that’s not what I wanted.
I just want the product page background white.
Any idea on how to do that?
Thanks!