How can I make shopping cart items have a transparent background?

My website: etherealoasis.co

My theme: Dawn

I’d like to get the items in the shopping cart to have a transparent background like they do in the actual store, instead of the black box. See image below. Any help would be appreciated!

Hi @spacetimerider ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea for solution:

Step 1. Go to Online Store → Theme → Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before :


Hope my answer will help you.

Best regards,

Victor | PageFly

Hi @spacetimerider

I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.

Please add this css in your bottom of the base.css file:
.cart-item__image-container {background: transparent !important;}

Regards,

San

Thank you