Home › Forums › WoodMart support forum › Update Card › Reply To: Update Card
February 16, 2022 at 8:45 pm
#353615

Elise Noromit
Member
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