How to remove the highlight feature in my questions?

  • xxxTRISTAMxxx
    Asked on September 25, 2017 at 8:10 AM

    (1) I would like to remove the highlight feature in my questions for my application?  If I cannot remove it I would like to change my dark text to orange text so people can read the text on the app when  the questions are highlighted.

    (2) I would like the link code to have the main browser still open when potential members are reading the TOS page.  Thanks
  • John_Benson
    Replied on September 25, 2017 at 9:48 AM

    Question #1

    To remove the highlight feature in your form, please add this custom CSS code:

    .form-line-error {

    background-color: rgba(255, 255, 255, 0) !important;

    color: rgb(245, 166, 35) !important;

    }

    .form-line-active {

    color: rgb(245, 166, 35) !important;

    }

    To add the custom CSS code to your form, please follow this guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes


    Question #2

    We will be addressing your second question to this thread: https://www.jotform.com/answers/1256758