Active field is still showing yellow background colour on my JotForm form

  • carriehubbard
    Asked on June 2, 2016 at 12:38 PM

    i got given the code and i have placed the code into CSS but its still yellow when you click to fill out the form.. help

     

    thanks

     

    Jotform Thread 852258 Screenshot
  • Boris
    Replied on June 2, 2016 at 1:42 PM

    I see this was meant as a reply to your original support thread, which was opened here:

    https://www.jotform.com/answers/852060

    On that thread, my colleague recommended injecting the following CSS code into your form:

    .form-line.form-line-active {
        background-color: transparent !important;
    }

    However, upon taking a look at your form 61507396330353, I do not see these codes added. There are two main ways how you can add the above CSS code into your form.

    1. You can open up your form in the Designer:

    Active field is still showing yellow background colour on my JotForm form Image 1 Screenshot 40

    Once there, please switch to the CSS tab, and paste the codes into the text area as indicated in this image:

    Active field is still showing yellow background colour on my JotForm form Image 2 Screenshot 51

    2. Another way to add CSS codes into your form is to follow this guide:

    https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Upon injecting the CSS codes into your form with any of the above two methods, your form would no longer show the yellow background for active fields:

    Active field is still showing yellow background colour on my JotForm form Image 3 Screenshot 62

    Please let us know how it goes, and whether you need any further assistance.