Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
WooCommerce
How to change checkout button font color?
hitnomije
May 2015
in
WooCommerce
http://petiks.hr/shop/cart/
I have tried everything but can't find an option to change the checkout button font color. Now it is set to white and it has poor visibility.
Please, point me up how to change that to something else.
Comments
Albert
May 2015
Hi,
to change font color of this button, please use below css:
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button { color: #000 !important; }
hitnomije
May 2015
Awesome! If I might ask is it possible to define different colors for the stroke and text of the button?
Albert
May 2015
This can be done within custom css only.
Sign In
or
Register
to comment.
Comments
to change font color of this button, please use below css: