Home Forums Basel support forum Changing Button Text Color Reply To: Changing Button Text Color

#253894

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