Checkout placeholders color black instead of grey
-
Hello,
After the last update I found out that the checkout labels placeholders are black instead of grey and its confusing to customers. Can you help please how can I solve this?
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.woocommerce-checkout input[type=’email’]::placeholder, input[type=’date’], input[type=’search’], input[type=’number’]::placeholder, input[type=’text’]::placeholder, input[type=’tel’]::placeholder, input[type=’url’], input[type=’password’], textarea::placeholder {
color: grey;
}
Regards.
Xtemos Studios