How do I remove a white background on my collections page when my image is already transparant

Hello!

My site is Snagz.Shop and I just want to remove the white background surrounding my clothes

on the collection page

Hi @Snagz0

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.liquid

Step 3: paste bellow code in tag → save.

.collection-item.w-dyn-item { background: transparent !important; }

Hope that my solution works for you.

Best regards,

Henry | PageFly

Hello @Snagz0

You can add code by following these steps

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

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

.collection-item { background-color: transparent !important; }

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.