How to change the checkout bin color to red in website design?

Hello everybody,

When going to checkout theres a bin, how can I change the color to red, without changing any of the other button colors.

@Theis
Please share your Store URL.

Here it is: https://sweetsprout.co/

This one?

Yes exactly.

Add this code at the bottom of your component-cart-items.css file.

cart-remove-button .button {
   background-color: red !important;
}
cart-remove-button .icon-remove {
   color: black !important;
}

Thank you very much for the quick answer. Looks much better.

@Theis
You’re welcome.