Home › Forums › WoodMart support forum › изменить цвет кнопок › Reply To: изменить цвет кнопок
December 1, 2019 at 10:43 pm
#160425
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .widget_shopping_cart .buttons .btn-cart{
background:blue;
}
body .widget_shopping_cart .buttons .btn-cart:hover{
background:orange;
}
body .widget_shopping_cart .buttons .checkout{
background:red;
}
body .widget_shopping_cart .buttons .checkout:hover{
background:black;
}
Best Regards