Remove color when a field is being filled or selected.

  • AECOMSOURCINGTEAM
    Asked on July 7, 2021 at 1:18 PM

    I updated my form but it is not updating on the link

    Jotform Thread 3206560 Screenshot
  • Parker JotForm Support
    Replied on July 7, 2021 at 7:34 PM

    Hello,

    I see now what you're asking that wasn't in your other question. The reason the live form you're not seeing these fields is because they are set to hidden. When hidden they won't be shown to people filling out your form.

    1625700827 60e639dbe6cfd  Screenshot 10

  • AECOMSOURCINGTEAM
    Replied on July 7, 2021 at 7:41 PM

    Thank you I accidentally sent it in twice when trying to add the photo. When you click on one of the options a yellow highlight goes over all the options and you no longer can see the text. Is there anyway to change the color of that or remove it?

  • Amin JotForm Support
    Replied on July 8, 2021 at 5:03 AM

    Yes, this is very possible and easy.

    Kindly inject the following CSS code into your form:

    .form-line.form-line-active{

     background-color: transparent !important;

    }


    Result:

    1625734936 60e6bf188f004  Screenshot 10

    Related guide: How-to-inject-custom-css-codes

    Should you have any further inquiries, we will be more than happy to help.