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
Please follow up below steps. May this help you.
- Go to online store > themes > actions > edit code
- 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
