Highlighting disabled but still shows up

  • sjakubik
    Asked on April 2, 2019 at 5:06 PM

    I've disabled highlighting on my form but it's still highlighting free text areas, rendering it impossible to see. Help? Thoughts? Thanks! 

  • jherwin
    Replied on April 2, 2019 at 7:15 PM

    To disable the highlight or to match the highlight with the background of your form, please inject the custom CSS Code below into your form:

    .form-line.jf-required {
        background-color:#02334e!important;
    }

    Guide: How to Inject Custom CSS Codes