transparent product image help

Solved

transparent product image help

JonathanTiki
Excursionist
15 0 4

Hello, 

I need help with making my products transparent on their respective pages. They are transparent on the homepage but when I click the specific product, it gets a black background. I also dont know how to adjust the buttons being black as well, any help is appreciated! 

Here is the product page!

NIMBi Shirt – GOODBi

Accepted Solution (1)

Dan-From-Ryviu
Shopify Partner
12018 2348 2528

This is an accepted solution.

Hi @JonathanTiki 

You can add this code to Custom CSS in Sales channels > Online Store > Themes > Customize > Theme settings. 

.product-media-container { background: transparent !important; }

Screenshot 2025-06-11 at 10.40.10.png

- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

View solution in original post

Replies 5 (5)

TheUntechnickle
Shopify Partner
539 65 158

Hey @JonathanTiki,

Please add this CSS in the base.css or theme.liquid file - it'll make the product page gallery background transparent just like you wanted:

product-info .product-media-container {
background: transparent !important;
}

 

TheUntechnickle_0-1749611646282.png

 

Feel free to DM or email if you have any further questions, or want us to implement this for you.

Cheers!
Shubham | Untechnickle

Helping for free: hello@untechnickle.com


Don't forget to say thanks, it'll make my day - just send me an email! 


Get Revize for Free | Let your shoppers edit orders post-purchase | Get Zero Support Tickets | #1 Order Editing + Upsell App

Dan-From-Ryviu
Shopify Partner
12018 2348 2528

This is an accepted solution.

Hi @JonathanTiki 

You can add this code to Custom CSS in Sales channels > Online Store > Themes > Customize > Theme settings. 

.product-media-container { background: transparent !important; }

Screenshot 2025-06-11 at 10.40.10.png

- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

Moeed
Shopify Partner
7711 2071 2553

Hey @JonathanTiki 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find password.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.product-media-container, .select__select, .quantity:before, .product-form__submit {
    background: transparent !important;
}
</style>

RESULT

Moeed_0-1749619987014.png

 

If I managed to solve your problem then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


JonathanTiki
Excursionist
15 0 4

Hello Moeed, how were you able to change the colors of the buttons to transparent? I want to change the color but don't know how to change it from balck.

 

Moeed
Shopify Partner
7711 2071 2553

Just simply follow the steps and add the code which I provided you and then the buttons will change to transparent as well for you.

 

Best,

Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications