How can I change text box font color via Form Designer

  • BWSites
    Asked on November 18, 2014 at 4:37 PM
  • Mike_T Jotform Support
    Replied on November 18, 2014 at 5:59 PM

    Since you use a new Form Designer, you should be able to click on the Text Box input and set the Font Color. Please see the following animation:

    How can I change text box font color via Form Designer Image 1 Screenshot 20

    If you need any further assistance, please let us know. Thank you.

  • BWSites
    Replied on November 18, 2014 at 6:21 PM
    I tried that, and saved it, but it doesn't show in the end product..The
    cursor is light, but the text, when typed it is not visible..
    http://www.bwsites.net/contact/
    ...
  • Charlie
    Replied on November 18, 2014 at 7:44 PM

    Hi,

    Upon checking your form, I see that the text input color is visible when clicked and typed.

    How can I change text box font color via Form Designer Image 1 Screenshot 20

    May I know if the problem is already fixed? Or am I pointing at a different matter?

    We'll wait for your response.

    Thank you.

  • DarkFx
    Replied on November 18, 2014 at 7:49 PM

    Hi BWSites,

    Please follow the guide below.

    Find this to your Form Styles and split that into two(2).

    .form-textbox, .form-textarea { border-width: 0px; border-style: solid; color: #00ffff; padding: 14px 3px 12px 3px; }

     

    like this one and put a padding and font color to ".form-textbox"

     

    .form-textarea { border-width: 0px; border-style: solid; color: #00ffff; padding: 14px 3px 12px 3px; } .form-textbox {padding: 3px 3px 5px 3px; color: #00ffff;}

    and last find this code

    .form-textbox {
    height: 10px;
    }

    replace to this one

    .form-textbox {
    height: 26px;
    }

     

    Hope this helps.

    Thanks.