Hello,
i want to change the product image background color on the product page. My product pictures are all transparent. How can I change the background color to gray (#EAEAEA)?
Hello,
i want to change the product image background color on the product page. My product pictures are all transparent. How can I change the background color to gray (#EAEAEA)?
Hello @TeunvW17 ,
Please share your store URL.
Hi @MandasaTech ,
My store: www.expressedlifestyle.com
password: 1711
thanks for the quick responds!
Go to Online store >> Edit code >> Assets >> find base.css file and add the below code bottom of the base.css file.
.product__media {
background-color: #EAEAEA !important;
}
Still not working ![]()
Can you please share screenshot of css file?
Go to Theme.liquid file add this bottom CSS before tag.
.product__media.media.media--transparent { background-color: #EAEAEA !important; }Thank you so much! @MandasaTech ![]()
Hi there. I’m having the same problem. I’m wanting to change the background colour of my product images. can you help?