I managed to do it on the other jacket, but I forgot how and I’m stuck now. Searched all over and tried some codes but I can’t figure it out. Please help! ![]()
Topic summary
A user is trying to make the background of featured product images transparent on their store but cannot remember the method they previously used successfully.
Proposed Solutions:
-
Remove background externally: Use photoroom.com to strip the background from the image before re-uploading it to the store.
-
CSS approach: Add custom CSS code to the featured image section’s settings:
.card__media { background: none; }
Important caveat: If the original image has a white background, the CSS solution won’t work—the background must be removed from the image file itself first (option 1).
The discussion remains open as the original poster has not confirmed whether either solution resolved their issue.
Two options:
-
Use photoroom.com to remove the background from the image then upload it again.
-
You can add this code to the featured image sections Custom CSS settings (but if the image background is white nothing will change that, it is an issue with the original image use option #1):
.card__media {background: none;}
I hope that solves your problem!
@biznazz101
