Home Forums WoodMart support forum How to change the cart button colour in the side Reply To: How to change the cart button colour in the side

#373792

Hello,

You need just to replace the code:

body .widget_shopping_cart_content .elementor-menu-cart__footer-buttons a.elementor-button--view-cart{
background-color:#F65454;
}
body .woocommerce-mini-cart__buttons .btn-cart {
background-color:#F65454;
}
body .widget_shopping_cart_content .elementor-menu-cart__footer-buttons a.elementor-button--view-cart:hover{
background-color:#F8E5E5;
}
body .woocommerce-mini-cart__buttons .btn-cart:hover {
background-color:#F8E5E5;
}

Best Regards