Home › Forums › Basel support forum › Cart Pop-Out › Reply To: Cart Pop-Out
April 17, 2021 at 7:54 pm
#283935

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