Home › Forums › Basel support forum › How do I change the colors for order total and place order? › Reply To: How do I change the colors for order total and place order?
November 7, 2016 at 7:36 pm
#6376

Artem Temos
Keymaster
Hello,
Could you please send a screenshot of the text you want to change color? And here is custom CSS snippet to change place order button background
.woocommerce .place-order input[type=submit] {
background: red;
border-color: red;
}
Regards