Hi there,
at this page
http://ftstore.gr/my-account/
I want to set the font color of the button to white
thanx
This topic has 10 replies, 4 voices, and was last updated 9 years, 7 months ago ago by Robert Hall
Hi there,
at this page
http://ftstore.gr/my-account/
I want to set the font color of the button to white
thanx
Hello Cr3atorf1lm,
to change color of “ΑΠΟΔΟΧΗ” button please add following code to Theme options > Custom css > Global css:
button.pea_cook_btn{
background: grey;
color: white;
}
Regards,
Stan Russell.
still the same
no change
thanx
Hello,
Please try to replace code above to this
button.pea_cook_btn {
background: grey !important;
color: white !important;
}
Regards,
Robert Hall
hi again
sorry bit still no change
🙁
Hello,
Do you want to change color of this button http://storage5.static.itmages.com/i/16/0426/h_1461666775_1096459_fdabdefb70.png ?
Please show a screenshot what button exactly you mean.
Best regards,
Jack Richardson.
yes exactly,
this is the button I am trying to change
thanx
I’ve add the following code in Global Custom CSS. Please check.
.woocommerce .order-actions .button{
color: #fff;
}
Regards,
Robert Hall
thanx so much:)
You’re welcome!
Regards,
Robert Hall
The issue related to '‘setting the font color of button’' has been successfully resolved, and the topic is now closed for further responses