Transparent background for product photos

Is there any way I can make my products all have transparent backgrounds instead of white?

Hey @Ym21

If you uploaded the product pictures onto Shopify with a transparent background then I can help you out if you share your Store URL and Password if enabled, and if uploaded the product pictures onto Shopify with White background then I suggest you to upload them first with transparent background.

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Hello @Ym21 ,

You can try to follow these steps:

Go to Online Store β†’ Themes β†’ Actions β†’ Edit code

Go to Assets folder β†’ base.css file or theme.scss.liquid file

Add this following code at the bottom of page

.product-image {
    background: transparent;
}

Save and preview

Hope this can help.

Transcy

1 Like

You upload image with white space background so it cannot be change it by using code. You will need to upload your image with transparent background again

Hello @Ym21

Please provide your store URL and, if it is password protected, please share the password so I can review it and provide a solution.

The only way is to upload png transparent images to remove your background thanks.