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
May 6, 2022 at 10:21 pm
#373792
Elise Noromit
Member
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