How can I remove the yellow highlight effect?

  • penrithtoyota
    Asked on May 11, 2016 at 2:41 AM
    how can I remove the yellow highlight effect that shows over the question being answered? I've seen other posts on the forum regarding choosing Preferences > Field Styles. 

    However, when I choose Preferences - I dont get the fields styles (or preferences) pop up box.

  • beril JotForm UI Developer
    Replied on May 11, 2016 at 2:48 AM

    To solve that issue, can you add the following CSS code below?

    .form-line-active {

        display : none !important;

    }

    If you have any question or issues, please do not hesitate to contact us. We will be glad to assist you.

  • penrithtoyota
    Replied on May 11, 2016 at 2:51 AM

    Hi there. I have tried this however, this makes the entire field (question and scale buttons) disappear when one the scale radio buttons is selected.

  • Chriistian Jotform Support
    Replied on May 11, 2016 at 3:10 AM

    You can inject the css below to remove the yellow highlight effect on your form.

    .form-line-active {

    background-color: transparent!important;

    }

    How can I remove the yellow highlight effect? Image 1 Screenshot 20

    If you need further assistance, please let us know.