How to change font color from white to black?

  • slider17
    Asked on October 27, 2014 at 9:18 AM

    ok a couple of things have come up recently.

     

    one is that the text input for the captcha on the second step of my form is not displaying the inputted text because the colour is set to white, how to change this to black?  See pic link below to see what i mean (i have highlighted the text so u can actually see it)

    http://gyazo.com/3b30ccb70beb2fc062020bad453d625e

     

    Edit: Fixed the email part.

     

     

    http://form.jotform.co/form/42838586079875

     

    thanks

  • Ben
    Replied on October 27, 2014 at 10:26 AM

    Hi,

    Please inject this CSS code to your jotform:

    input[name="captcha"] {
        color: black;
    }

    This will only change the text in captcha and will leave all other text boxes as they are.

    Do let us know how it goes and if you have any further questions.

    Best Regards,
    Ben

  • slider17
    Replied on October 27, 2014 at 10:57 AM

    yes this fixed it.  thank you.

  • Ben
    Replied on October 27, 2014 at 12:08 PM

    Hi,

    You are welcome. Great to hear that :)

    Best Regards,
    Ben