Home Forums Basel support forum Cart Pop-Out Reply To: Cart Pop-Out

#283935

Hello,

Please add this code to the Theme Settings > Custom CSS > Global:

body .widget_shopping_cart .buttons a:hover,
body .widget_shopping_cart .buttons a {
    color: red;
}
body .widget_shopping_cart .widget_shopping_cart_content .buttons .checkout,
body .widget_shopping_cart .widget_shopping_cart_content .buttons .checkout:hover{
    color: red;
}

Best Regards