Hi there
Can you tell me how to change the text input areas in the WooCommerce check-out page please i.e name, street name, postcode etc.? At the moment they must be white as they are not showing.
Many thanks
Hey Picante,
Can you try adding the following to quick css:
input{
color:#000!important;
}
If this does not work, please provide a link to the site/page in question.
Best regards,
Jordan Shannon
Hi Jordan
I don’t think that will work because it doesn’t mention WooCommerce and I don’t want it to interfere with other forms on the site. I can’t send a link to the page because it’s a check-out page. The problem exists when you click through from the product page to the check-out.
Hope you can help.
Many thanks
Hi,
Please try this instead:
.woocommerce-checkout input{
color:#000!important;
}
Best regards,
Rikard
Hi
It’s actually the input titles/headings I want to change, so the actual words “First Name”, Last Name, Street Address, Town/City etc. (not the text in the boxes).
Many thanks
Hi,
Okay try this:
.woocommerce-checkout label{
color:#000!important;
}
Best regards,
Jordan Shannon
Thank you! :-)
Hi,
No problem at all. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon