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 9:00 pm
#6388
Artem Temos
Keymaster
Try this one
.woocommerce .place-order input[type=submit] {
background: #338dd2;
border-color: #338dd2;
}
.woocommerce-checkout-review-order-table tfoot .order-total td .amount {
color:#338dd2;
}