Featured product image on home page isn't transparent but has a black background

Hey.

I’ve recently uploaded an image for my website background and now I noticed the featured product image isn’t transparent as it should be. It’s on a black background. Any ideas on how to fix that? This is a 1 product site so it’s designed like a typical landing page without any product pages or anything like that.

website url is : jasaoslaj.com

I recommend you visit it through mobile when checking as it’s purely optimized for mobile.

Theme: turbo potland

Thanks!

1 Like

Hi There,

Thank you for reaching out to the Shopify forums!

Let me quickly fix that issue for you.

Please add below CSS in your base.css or theme.css file.

.product_gallery img {
    background-color: transparent !important;
}

Please do let me know if you face any issue.

If its working then, please do not forget to accept this solution :face_savoring_food:

Thanks & Regards,
Prezen Tech

Thank you very much for the help!

Yea, it is. The issue is now fixed. The Desktop version isn’t currently used for my site so I’m just ignoring the gray images part for now.