woocommerce cart butons customize
-
Hello,
How can I customize the cart buttons for cart, checkout pages?
for single products it is:
.single-product .product .single_add_to_cart_button.button {
background-color: #FF0000;
color: #C0C0C0;
}for archive page is:
.woocommerce .product .add_to_cart_button.button {
background-color: #FF0000;
color: #C0C0C0;
}I found these in this article: https://quadlayers.com/customize-add-to-cart-button-woocommerce/
I do not want to install a plugin for a button customization.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘woocommerce cart butons customize’ is closed to new replies.