Change "Check out" button color in cart (Dawn 2.5.0.)

Whenever I change the color in theme settings, the banner of the site also changes. I only want to change the color of the Check out button in cart since it is barely visible (see screenshot). How can I do this?

@jgvzl Can you please send me your store url?

1 Like

slowfashiongrails.com @DelightCart

@jgvzl

Please follow up below steps. May this help you.

  1. Go to online store > themes > actions > edit code
  2. Find Assets > component-cart.css and paste below CSS at the bottom of the file
.cart__footer .cart__checkout-button
{
background-color: #fff !important; color: #000
}

Note: You can change the background colour and font colour whatever you need it.

1 Like