Can't see as I type in field box.

  • blissphotography
    Asked on August 23, 2016 at 5:56 PM
  • Chriistian Jotform Support
    Replied on August 23, 2016 at 11:13 PM

    Are you referring to this form? I tested some of the fields and it does seem like it is hard to see clearly due to the font being thin and other fields having white font color.

    Cant see as I type in field box Screenshot 30

     

    To resolve this, simply inject the custom CSS code below. You can follow this guide on How to Inject Custom CSS Codes.

    input {

        font-weight: bold;

    }

    .form-textbox {

        color : #000000 !important;

    }

    Cant see as I type in field box Screenshot 41

    If you need further assistance, please let us know.
    Regards.