• Resolved zoe222

    (@zoe222)


    So it turns out that the text is white in my contact form…

    I guess I have to do some CSS styling? What exactly do I use for text color? And where do I put this code?

    Please help…

    Zoe

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @zoe222

    if you have the ability to add custom CSS to your site then this will change the form input field text to black:

    .wpcf7 input,
    .wpcf7 textarea,
    .wpcf7 select {
    	color: #000000;
    }
    • This reply was modified 5 years, 10 months ago by allan1978.
    Thread Starter zoe222

    (@zoe222)

    Thanks I’ll try that!

    Zoe

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Help…My text is white’ is closed to new replies.