Change Font size and color of form warning

  • ntinfonet
    Asked on July 8, 2016 at 3:40 AM

    HI, Is is possible to change font size and color of form warning ?

     

    Regards,

    Somchai C.

  • liyam
    Replied on July 8, 2016 at 8:07 AM

    Hello Somchai,

    You can change the font size and color of the form warning by injecting a CSS code into your form:

    .form-error-message {
        font-size: 13px !important;
        color: green !important;
    }

    You can change the 13px size to some size you want and change the font color green to any color you like. 

    In addition, you can try changing the style of your error when you edit your form and click Designer.

    Change Font size and color of form warning Image 1 Screenshot 40

     

    Under COLOR SCHEME, click properties just right after Simulate error state

    Change Font size and color of form warning Image 2 Screenshot 51

     

    Then you can change your error style

    Change Font size and color of form warning Image 3 Screenshot 62

     

    If you have questions, please do let us know.

    Thanks.