This topic has 10 replies, 3 voices, and was last updated 8 years ago ago by Rose Tyler
Hi, I just updated to Royal v2.8 and I noticed the font color has changed on my WooCommerce input box.
See screenshot: http://prnt.sc/d9k2yl
1) I need the “ADD TO CART” text in white color #fff (Before Hovering)
2) The up/down quantity arrow only shows if the mouse hovers over the box. I like for this to display without having to hover over it.
Correction: Ignore my question #2 above. The up/down QTY arrow displays fine.
I just need to change the “ADD TO CART” texts to color #fff
Thanks!
Upon further testing, regarding my question #2 above, the up/down QTY arrow is hidden when viewed in Google Chrome (v54.0.2840.98 (64-bit). It shows when the cursor hovers over the box.
I like for this to show, not hidden.
It shows fine on Safari and Firefox. Thanks.
Hello,
Try to add this code in Custom CSS:
.single_add_to_cart_button.button {
color: white;
}
.single-product input::-webkit-inner-spin-button {
opacity: 1;
}
Regards,
Rose Tyler.
That code doesn’t work, sorry. I added it under Theme Options / Custom CSS / Global Custom CSS.
Screenshots:
Lightbox Preview: http://prnt.sc/da37t9
Shop Page: http://prnt.sc/da389g
The “ADD TO CART” text is still in black color, I need that in white. This before Hovering.
Also, Google Crome still has the “up/down” QTY arrow hidden until the mouse hovers over it. Odd. But Safari & Firefox shows no hidden.
Hello,
I’ve added code in style.css file of the child theme (Appearance > Editor > select Royal Child theme).
Clear browser cache and check site now.
Regards,
Rose Tyler.
That code you added worked for the up/down QTY arrow, but the “ADD TO CART” text on the button is still in black color before mouse hover. I need that text to be in White before mouse hover.
See screenshots:
Lightbox Preview: http://prnt.sc/da37t9
Shop Page: http://prnt.sc/da389g
Hello,
Please add this code in child style.css file:
.product-information .cart button[type="submit"] {
color: white !important;
}
Regards,
Eva Kemp.
Perfect, now it works! Thanks Eva.
Hello,
You’re welcome!
Regards,
Rose Tyler.
The issue related to '‘WooCommerce – Change Text Color’' has been successfully resolved, and the topic is now closed for further responses