Change font colour after highlight disabled

  • chantellewilson2105
    Asked on April 27, 2017 at 8:18 AM

    Hi, I disabled the Highlight option on my form, yet the font is still black. How do I change this to white? I input CSS as read on some other feeds however it hasnt worked. 

     

    Thanks, 

  • liyam
    Replied on April 27, 2017 at 10:27 AM

    The form highlight on the settings is different from the highlight from the error state of the form.

    To remove the error highlight, proceed to the advanced designer of the builder by clicking the paint roller button

    Change font colour after highlight disabled  Image 1 Screenshot 60

    Next proceed to click the advanced designer button

    Change font colour after highlight disabled  Image 2 Screenshot 71

     

    Once the wizard appears, expand COLOR SCHEME and click the gear icon beside Simluate error state

    Change font colour after highlight disabled  Image 3 Screenshot 82

     

    Next set transparency bar to the left most to make the highlight transparent, and click the select button.

    Change font colour after highlight disabled  Image 4 Screenshot 93

     

    Once done, just save your settings and the highlight on error should be gone.

    Change font colour after highlight disabled  Image 5 Screenshot 104

    If you have questions, please let us know.

  • Kiran Support Team Lead
    Replied on April 27, 2017 at 10:37 AM

    Please inject the following CSS code to the form to display the font in white color.

    .form-textbox, .form-textarea {

    color: #fff;

    }

    Please get back to us if you need any further assistance. We will be happy to help.