Cant remove the white background on my product images to match the background color

Cant remove the white background on my product images to match the background color

armorbyfaith
Visitor
2 0 1

I have been trying to remove the white background of the images to match the background color. I have researched some options (code) and none have seemed to work.

Replies 3 (3)

conversionist
Shopify Partner
90 8 9

You can upload your image to this website  which will remove the background from your image
Afterward you can replace the background with your original image
Additionally you can try making the background transparent using CSS

Building 100 Shopify apps for that BMW M5 dream

Follow the journey at https://www.youtube.com/@conversinist
https://
conversionist.online/
Buy me a coffee
armorbyfaith
Visitor
2 0 1
How do I make the background transparent using CSS?

conversionist
Shopify Partner
90 8 9

To make the background transparent using CSS you can apply the following code to your image or its container

.your-image-class {
    background-color: transparent;
}



Building 100 Shopify apps for that BMW M5 dream

Follow the journey at https://www.youtube.com/@conversinist
https://
conversionist.online/
Buy me a coffee