What option adds the CSS class .input-brightness-dark
in WooCommerce
Hi,
I noticed on the last 2/3 updates that the quantity change become invisible (white with 80% opacity) on white background.
wp-content/themes/betheme/css/woocommerce.css?ver=25.1.4
line 815
.input-brightness-dark .quantity a.quantity-change { color: rgba(255,255,255,.8); }
How it's now
How it was
I see that the default CSS sets them to black, so I want to know what theme option I have to change in order to fix this issue (or it's a bug).
Thanks,
Mattia
Comments
Hello,
The line of code you are referring to executes only when you have your input background for forms set to dark. Check the following screenshots for a better understanding:
As you can see first class ".input-brightness-dark" is not added when the background is bright.
Did you make modifications to your child's theme or wrote custom CSS that could mess with that?
Thanks
Ok, thanks.
I don't know why the background was set to #000, and on the front-end was #fff i changed it also in the theme options and now the colors are right.