All things Shopify and commerce
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!
Solved! Go to the solution
This is an accepted solution.
You can add this code to Custom CSS in Sales channels > Online Store > Themes > Customize > Theme settings.
.product-media-container { background: transparent !important; }
- 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.
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;
}
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
This is an accepted solution.
You can add this code to Custom CSS in Sales channels > Online Store > Themes > Customize > Theme settings.
.product-media-container { background: transparent !important; }
- 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.
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
If I managed to solve your problem then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
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.
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
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025