Skip to main content

Please add this to Theme Options => Custom CSS:

.woocommerce form.cart button.add_to_cart_button,
.woocommerce form.cart button.single_add_to_cart_button {
color: #fff !important;
border-color: #ccc !important;
background-color: #ccc !important;
}

.woocommerce form.cart button.add_to_cart_button:hover,
.woocommerce form.cart button.single_add_to_cart_button:hover {
color: #fff !important;
border-color: #222 !important;
background-color: #222 !important;
}

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.