disable color block around field

  • chankins
    Asked on July 24, 2015 at 11:22 AM

    I've been looking in Design Mode and can't find how to disable the color block which appears when the user selects a field.  

    http://form.jotformpro.com/form/52037150866959

    See attached image.

    Jotform Thread 618780 Screenshot
  • AaronSiciliano
    Replied on July 24, 2015 at 11:57 AM

    I have created a demo form for you here with the highlight effect disabled.

    http://form.jotformpro.com/form/52044391708959?

     

    I achieved this by adding custom CSS to the form.

     

    .form-line-active{

        background-color:transparent !important;

    }

     

    To add custom CSS to your form you can open your form in the form builder and then click on the preferences button. The preferences window will open and you can click on the form styles tab. Inside of the form styles tab you can type the custom CSS in the text area labeled "Inject Custom CSS".

     

    disable color block around field Image 1 Screenshot 20

  • chankins
    Replied on July 24, 2015 at 12:13 PM

    Good deal.  

    Thanks.

    CH