change image background color in cart and cart drawer

hello, we would like to change the background color of the product images in the cart and cart drawer to #f9f9f9. How can we do this?

the url is https://d40128.myshopify.com/ and the password is piblan.

thank you!

In admin go to Online Store > Themes > Click … > Edit Code

Look for base.css under Assets or find your theme’s css file

Add this code

.CartItem__ImageWrapper {
background-color: #f9f9f9;
}

Thank u!

1 Like