• Hey Guys,

    I’m sure this is a really easy question for you but I can’t figure it out.

    In my footer, I have a contact form and when I type in it I can’t see anything. It’s there because I can see it if I highlight but it’s typing the same color as the background I’m guessing. Could you please help me?

    Problem site: https://momentum3growth.com/

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

Viewing 1 replies (of 1 total)
  • Hi,

    You’re using Ninja forms as opposed to Contact Form 7? Either way the forms use theme / WordPress styling so the color is being pulled from the backend.

    Quick fix, use

    input#nf-field-60 {
        color: red;
    }

    in your css panel

    Hope that helps a little

    TJ

    *ADDITION*

    I read the question wrong. Code I gave changes submit button text color

    input {color: red;}
    textarea {color: red;}

    will color the input text red

    • This reply was modified 6 years, 6 months ago by tjswarbs.
    • This reply was modified 6 years, 6 months ago by tjswarbs.
Viewing 1 replies (of 1 total)
  • The topic ‘Input text is same color as background’ is closed to new replies.