Hey!
I’m trying to change the text color for the woocommerce buttons. I’ve searched this forum and tried absolutely everything possible and for some reason, nothing had worked and the text color stays white (that’s the Main Content font color) in every button but the ‘add to cart’ somehow the code worked there and the text color is black.
thanks so so so much!
Hey MPPcreative,
Best regards,
Victoria
Hey Victoria,
I need help to change the text color on the cart and checkout pages.
Thanks again for the help
Rachel
Hi MPPcreative,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
div .main_color .button[type="submit"] {
color: #000;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hey Victoria,
thank you so much for all the help.
at first, the code didn’t work, I’ve added – !important;
and now it works on 3 of the buttons I needed help with, except the ‘proceed to checkout’ at the cart page.
can you help me with that one also?
Hi MPPcreative,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top .wc-proceed-to-checkout .button {
color: #000;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hey,
thanks so much!
that works
Hi MPPcreative,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria