Archived topic
change color "update cart" button
3 replies · Started by Juan Luis on February 25, 2020
Viewing posts 1–4 of 4
good, is there any option in the customizer to change the color of "update cart", I can't find it, thanks
Hi there,
Try this CSS:
.woocommerce button.button[name="update_cart"] {
background-color: #000000 !important;
color: #ffffff !important;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Hi, I added this css in additional css in theme customizer but I got errors, thanks
Shouldn't be. I just tried and no errors:
https://www.screencast.com/t/AINBoMVOMR
This archived topic is closed to new replies.