How do I change the color of the font in the widget when it gives an error code.

  • ddemitrius
    Asked on September 13, 2020 at 1:24 AM

    How do I change the color of the font in the widget when it gives an error code

  • Ashwin JotForm Support
    Replied on September 13, 2020 at 3:36 AM

    Please inject the following custom CSS code in your "Spreadsheet to Form" widget and see if that gives you desired result:

    #message {

      color: #f00 !important;

    }

    The following guide should help you how to inject custom CSS code in widget: https://www.jotform.com/help/428-How-to-Inject-CSS-Codes-to-Widgets

    Hope this helps.

    Do get back to us if you have any questions.

  • ddemitrius
    Replied on September 20, 2020 at 12:27 PM

    Thank you Ashwin this was really helpful