Banner image with transparent background is mysteriously showing up with a brown background

Solved

Banner image with transparent background is mysteriously showing up with a brown background

grassisgreen
Tourist
4 0 0

Here is how it appears on my store:

 

grassisgreen_1-1693279232494.png

 

 

Here is the image in my files. The background of the png is definitely transparent. 

 

grassisgreen_0-1693279173938.png

 

A bit of helpful information:

I'm using the Origin theme. The way I've got this set up is that I've created a banner image with a completely transparent png image, and used custom css to set the background image to the SINGLEFLATSTRAP.png image you're seeing above. (I did this because uploading my desired image directly as a banner causes shopify to compress it into oblivion.) 

 

Nowhere in the scheme that I am using for this section does a brown color even appear. The brown color appears as soon as I assign the completely transparent png to the banner:

 

grassisgreen_2-1693279758393.png

 

I'm assuming this color is some sort of default shopify or theme setting, but I can't figure out where the code is located to change it. Any help would be much appreciated. 

 

Accepted Solutions (2)
Dan-From-Ryviu
Shopify Partner
10793 2133 2251

This is an accepted solution.

It will look like that if remove brown background.Screenshot 2023-08-29 at 13.43.31.png

Please add this code to remove brown background

.banner__media {
background: none !important;
}

- Solved it? Hit Like and Accept solution! ❤️Buy Me Coffee❤️
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- 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

PageFly-Noah
Shopify Partner
1317 233 280

This is an accepted solution.

Hi @grassisgreen  

 

This is Noah from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
.banner__media {
background-color: unset !important;
}
</style>

PageFlyNoah_0-1693303637187.png

 

Hope this can help you solve the issue 

 

Best regards,

Noah | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 5 (5)

Dan-From-Ryviu
Shopify Partner
10793 2133 2251

Hi @grassisgreen Could you share your store URL?

- Solved it? Hit Like and Accept solution! ❤️Buy Me Coffee❤️
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

grassisgreen
Tourist
4 0 0

c4d843.myshopify.com

password:

DeoTeAad!&fa@$hyaK

Dan-From-Ryviu
Shopify Partner
10793 2133 2251

This is an accepted solution.

It will look like that if remove brown background.Screenshot 2023-08-29 at 13.43.31.png

Please add this code to remove brown background

.banner__media {
background: none !important;
}

- Solved it? Hit Like and Accept solution! ❤️Buy Me Coffee❤️
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

David_SHT
Globetrotter
605 125 126

Hi @grassisgreen 

This is David at SalesHunterThemes.

Thank you for your question. 

Please share your store URL, page URL and also password (if your store has one) so we can help you.

We create fast Shopify themes, focusing on exceptional performance and seamless experience across all devices.

Try our Electro theme Free! (Now at Black Friday price)

PageFly-Noah
Shopify Partner
1317 233 280

This is an accepted solution.

Hi @grassisgreen  

 

This is Noah from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
.banner__media {
background-color: unset !important;
}
</style>

PageFlyNoah_0-1693303637187.png

 

Hope this can help you solve the issue 

 

Best regards,

Noah | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.