How do I change the color of the WooCommerce "Proceed to Checkout" button
-
I’m attempting to change the color of my “proceed to checkout” button in my Woocommerce cart. Right now it is black (consistent with my theme) but I’d like to change it to green. I’ve gotten really close by adding the below code to my custom css, but it also turns my “quick view” buttons green as well. Where am I going wrong?
Here is the page: https://monarchfitness.com/cart/
a.button, .button.alt, .button, input.button, button.button, a.comment-reply-link, #commentform #submit, #btn-cart a, #btn-cart a span.btn-cart-inner { background:#6BAC33!important; background:-webkit-gradient(linear,left top,left bottom,from(#6BAC33),to(#27775b))!important; background:-webkit-linear-gradient(#6BAC33,#27775b)!important; background:-moz-linear-gradient(center top,#6BAC33 0%,#27775b 100%)!important; background:-moz-gradient(center top,#6BAC33 0%,#27775b 100%)!important; border-color:#E0E0E0!important; color:#FFFFFF!important; text-shadow:0 -1px 0 rgba(0,0,0,0.6)!important; }
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How do I change the color of the WooCommerce "Proceed to Checkout" button’ is closed to new replies.