Trying to remove the white highlight if the form field is selected.

  • Bichara_Advogados
    Perguntado em 4 de julho de 2023 às 09:31

    Eu alterei o highlight effect do form https://www.jotform.com/form/231735345021649 salvei, mas quando acesso, continua com o highlight effect antigo.

    Parece que não está aplicando.

    Trying to remove the white highlight if the form field is selected Screenshot 30

    Trying to remove the white highlight if the form field is selected Screenshot 41


  • Lorelie Jotform Support
    Respondido em 4 de julho de 2023 às 10:24

    Hi Bichara_Advogados,

    Thanks for reaching out to Jotform Support. I'd like to let you know that I am using a translation tool to provide assistance, but you can reply in whichever language you feel comfortable using. Or, if you'd rather have support in Portuguese, let us know and we can have them do that. But, keep in mind that it will take longer to receive a response.

    Now, let me help you with your question. I'm sorry you're having difficulties with this. Are you trying to remove the white highlight when the form field is selected? If so, You can do that by adding CSS to your form. Let me walk you through it:

    1. Copy the code below:

    /* {removing the white highlight if the field isselected} - 5297549*/
    .form-line.form-line-active {
       background : none !important;
       background-color : transparent !important;
    }
    /* Ends here */

     2. In Form Builder, click on the Paint Roller icon on the right side of the page to open Form Designer.

    3. In the Form Designer menu, click on the Styles tab, scroll down and paste the code into the Inject CSS Code box.

    4. Click on Save at the bottom of the Form Designer menu and you’re done.

    Trying to remove the white highlight if the form field is selected Screenshot 20

    If that’s not exactly what you’re looking for, can you explain a bit more so I can help you better?

    Give it a try and let us know how it goes.