Home Forums WoodMart support forum Update Card Reply To: Update Card

#353615

Hello,

You can change the color of the buttons in the Theme Settings > Styles and colors.

Alternativly, you can use this CSS:

body .woocommerce-mini-cart__buttons .btn-cart {
  background-color: red;
}

Best Regards