Hi there, I’ve just uploaded the new version of woocommerce, but now all the buttons in my website are green and no longer black.
I need all the buttons to be black and the text white.
How do I do that?
Thanks.
This topic has 4 replies, 3 voices, and was last updated 10 years ago ago by Robert Hall
Hi there, I’ve just uploaded the new version of woocommerce, but now all the buttons in my website are green and no longer black.
I need all the buttons to be black and the text white.
How do I do that?
Thanks.
Hello,
You’ve added this code in Global Custom CSS:
.btn.product_type_simple {
color: #0C602E;
border-color: #0C602E;
}
Remove it or change buttons color.
Best regards,
Jack Richardson.
Sorry to bother you again, now the quick view text is black. How do I make it white?
Thanks
Hello,
Please add this code in Global Custom CSS
.show-quickly {
color: #ffffff;
}
Regards,
Robert Hall
You must be logged in to reply to this topic.Log in/Sign up