This topic has 2 replies, 2 voices, and was last updated 3 years, 2 months ago ago by Rose Tyler
How to update the font colour for things line Total, Have a coupon? Click here to enter your code, Product name etc on the checkout page?
Hello,
Thanks for using our theme and for contacting us.
Custom CSS code can be used, for example, add the next code in Theme Options > Theme custom CSS > Global custom CSS:
.woocommerce-checkout .woocommerce-info a:not(.button) {
color: #b71b1b;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
color: #3988fc;
}
.woocommerce-checkout .cart-order-details .shop_table .order-total th,
.woocommerce-checkout .cart-order-details .shop_table .order-total .amount {
color: red;
}
.woocommerce-checkout .order-review .cart_item .product-name {
color: #b71b1b;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up