Text aren't clearly shown on print

  • LGrierson
    Asked on October 6, 2016 at 12:27 PM

    When we use this form and people are filling it out, the print is so faint that it can't be read as they are adding their response.

    https://form.jotform.com/LGrierson/BirthdayPartyAgreement

     

    Thank you

  • Elton Support Team Lead
    Replied on October 6, 2016 at 3:20 PM

    Your input background and text color are both light so the text is not clearly shown in the input fields. I suggest you change your input text colors to black so it is more visible.

    .form-textbox, .form-textarea,form-dropdown {

        color: #000 !important;

    }    

    Guide: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes (paste it into the bottom section if you have existing CSS codes in your form)

    Hope this helps!