Home Forums WoodMart support forum изменить цвет кнопок Reply To: изменить цвет кнопок

#160425

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