Where can I find preferences? I want to disable the highlighting.

  • TamingtheWild
    Asked on December 7, 2017 at 5:26 PM

    Where can I find preferences? I want to disable the highlighting, but can't find preferences anywhere!

    Thanks!

  • Jan
    Replied on December 7, 2017 at 8:02 PM

    The "Preferences" option is not available in Form Builder Version 4. If you want to disable the field highlighting, please insert the CSS code below:

    .form-line-active {
    background-color: transparent !important;
    }

    Here's a guide on How-to-Inject-Custom-CSS-Codes.

    Hope that helps. If you have any questions, let us know. Thank you.