Hi there,
I need to set the color of text in button that udate the total for calculating the trasnfer cost
at http://ftstore.gr/cart/
Thanx
This topic has 6 replies, 3 voices, and was last updated 9 years, 7 months ago ago by Robert Hall
Hi there,
I need to set the color of text in button that udate the total for calculating the trasnfer cost
at http://ftstore.gr/cart/
Thanx
Hello,
Please add this code in Global Custom CSS.
.woocommerce .actions .btn.gray {
color: #9C0707;
}
Regards,
Robert Hall
Hi
I need the text font color for the button at the image below

Hello Cr3atorf1lm,
add following css code in Global Custom CSS:
.shipping-calculator-form button{
color:white;
}
Regards,
Stan Russell.
super thanx
Hello,
You’re welcome!
Regards,
Robert Hall
The issue related to '‘font text color in cart button’' has been successfully resolved, and the topic is now closed for further responses