Issue with transparent background products showing white box around them?(dawn)

The products on my product page have a transparent background and are .png files, however since adding a background to my website I have noticed there is a white background on the products. How can I fix this for the store page and the individual product pages? Thanks :slightly_smiling_face:

website:https://blobby-8544.myshopify.com/

pw:untora

Hello @blobmic

You can add code by following these steps to remove white background around products

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

.gradient { background: transparent !important; }

Not seeing the code in theme.liquid…all instances of the word “body” appear in code related to font and settings. Any advice?

You can search in file with help of Ctrl+f5 ()