• I just added Woocommerce to our website. Our theme color is black background. When I type in my information on the form for checkout, I cannot see what I am typing since the font appears to be black. Once it’s typed, I can see what’s been entered, but not while I am typing. How do I change font colors for the form text fields?

    • This topic was modified 1 year, 11 months ago by orangenation.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @orangenation, sorry for the delay.

    You will need custom CSS for that. Please try the following:

    .woocommerce form.checkout .form-row .input-text {
        color: #000;
    }

    Refer to this screenshot to see the result when I try it from the frontend.

    Let us know if you need more help, otherwise please mark the topic as Resolved.

    Kind regards,
    Herman ??

Viewing 1 replies (of 1 total)
  • The topic ‘Woocommerce Cart/Checkout Form Fields Color’ is closed to new replies.