Transparent Background on Monaco Cards

Solved

Transparent Background on Monaco Cards

joe_borriello
Visitor
2 0 2

I tried a number of .css updates recommended here, none have worked. I'm trying to remove or at least change the color of the auto-white background that is applied to my transparent images. I'm using the Monaco theme. Something site wide would be nice, but I'm totally okay with section-by-section updates, if needed.

https://borriello.co

password: pw1234 

 

joe_borriello_1-1726196961112.png

 

Accepted Solutions (2)

BSSCommerce-HDL
Shopify Partner
2305 848 1065

This is an accepted solution.

Hi @joe_borriello

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

 

<style>
.media.media--transparent.media--portrait.media--hover-effect {
    background-color: transparent !important;
}
</style>

 

Here is result: 

BSSCommerceHDL_0-1726197915497.png

 

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you  😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Dan-From-Ryviu
Shopify Partner
9695 1938 1973

This is an accepted solution.

Hi @joe_borriello 

Please add this code to Custom CSS in Online Store > Themes > Customize > Theme settings 

 

.card-wrapper .media { background: transparent !important; }

 

- Helpful? Like and Accept solution! Support me! Buy me coffee
- 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.
- Ryviu: Aliexpress Reviews - AliExpress Reviews Importer, one-click import aliexpress reviews, export reviews to CSV file.
- 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 6 (6)

BSSCommerce-HDL
Shopify Partner
2305 848 1065

This is an accepted solution.

Hi @joe_borriello

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

 

<style>
.media.media--transparent.media--portrait.media--hover-effect {
    background-color: transparent !important;
}
</style>

 

Here is result: 

BSSCommerceHDL_0-1726197915497.png

 

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you  😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

BSSCommerce-B2B
Shopify Partner
1790 548 608

@joe_borriello ,

Step 1. Go to Admin -> Online store -> Theme > Edit code

Step 2. Find the file theme.liquid.

Step 3. Add this code above </body>

<style>
.card__inner .media {
    background:transparent!important;
}
</style>

Result:

BSSCommerceB2B_0-1726197922583.png

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

Hardik2903
Pathfinder
95 8 12

@joe_borriello  Please go to
1) Online store
2) Themes -> Edit theme
3) Layout
4) theme.liquid and paste this code before </head>

 

<style>
.product-slider__wrapper .card .card__inner .media {
background-color: transparent !important;
}
</style>

 

Dan-From-Ryviu
Shopify Partner
9695 1938 1973

This is an accepted solution.

Hi @joe_borriello 

Please add this code to Custom CSS in Online Store > Themes > Customize > Theme settings 

 

.card-wrapper .media { background: transparent !important; }

 

- Helpful? Like and Accept solution! Support me! Buy me coffee
- 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.
- Ryviu: Aliexpress Reviews - AliExpress Reviews Importer, one-click import aliexpress reviews, export reviews to CSV file.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

GTLOfficial
Shopify Partner
560 122 111

Hello @joe_borriello 
Go to online store ----> themes ----> actions ----> edit code ----> assets ---->component-card.css

.media.media--transparent.media--portrait.media--hover-effect {
background: transparent !important;
}

result
2.png

If this was helpful, hit the like button and accept the solution.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh

websensepro
Shopify Partner
1221 136 156

Hi @joe_borriello ,

 

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>

 

<style>
.media.media--transparent.media--portrait.media--hover-effect {
    background-color: transparent !important;
}
</style>

 

If my reply is helpful, kindly click like and mark it as an accepted solution.

Thanks!

Need a Shopify developer?
Hire us at WebSensePro
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel or buy us a Cofee here

Free Shopify Beginner Tutorial