How can I fix or change the color of the texts when I click the field?

  • randysingler
    Asked on December 15, 2017 at 9:56 AM

    Hi There,


       When i click on the field of my top 2 forms the whole block turns white, I can't seem a way to fix this. Would you be able to help me!


    Thanks Randy

  • agonhasani
    Replied on December 15, 2017 at 10:12 AM

    If I understand you correctly, you want to remove the highlighting effect.

    How to disable the highlight effect?

    Click SETTINGS at the top of your Form Builder > FORM SETTINGS on the left > click SHOW MORE OPTIONS > scroll all the way down to the bottom > then set HIGHLIGHT EFFECT to DISABLED.

    07 03 2017 1499018664 Screenshot 10

     

    Here is the guide page:

    https://www.jotform.com/help/445-Managing-Field-Error-States-and-Highlight-Effect#How-to-disable-the-highlight-effect

  • Welvin Support Team Lead
    Replied on December 15, 2017 at 11:52 AM

    Please follow what @agonhasani have said. That should work. But if you want to change the color of the labels/sub-labels when the field is active, you have to inject the following custom CSS codes:

    .form-line-active label {

    color: red;

    }

    Change "red" to any color you want. You can use this color picker: https://www.w3schools.com/colors/colors_picker.asp