How can I remove the automatic gray background in my photos?

Hi. Is it possible to remove the gray background in photos that appear automatically? This happens whenever I post a picture of a sweatshirt in png and jpeg, it doesn’t matter, the background always turns grey. I wish it was white.

I’m using the ‘Zest’ template.

1 Like

Hi @drzeszutek7

Do you mind sharing your website to provide a code appropriate for you?

Unfortunately, I’m using the test version of this template (I haven’t bought it yet), so I’m not able to publish it :disappointed_face:

Hi @drzeszutek7

This is Noah from PageFly - Shopify Page Builder App

Please add this code to your theme.liquid above the to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the

.product__media.media.media--transparent {
background: transparent;
}

Hope this can help you solve the issue

Best regards,

Noah | PageFly

Hello @drzeszutek7 ,

You can try to follow these steps:

Go to Online Store → Themes → Actions → Edit code

Go to Assets folder → base.css file → add this following code at the bottom of page

.product-image {
  background-color: white;
}

Save and preview

Hope this can help. Let us know if you need any further support.

Ali Reviews team.

1 Like