Home › Forums › Basel support forum › Changing Button Text Color › Reply To: Changing Button Text Color
December 27, 2020 at 1:21 pm
#253894

Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .widget_shopping_cart .buttons a:hover {
color: red;
}
body .widget_shopping_cart .buttons a {
color: yellow;
}
.woocommerce .cart-actions .button {
color:red;
background-color:yellow;
border-color:yellow;
}
Best Regards