change font color in the form

  • pricelesspendantz585
    Asked on September 24, 2019 at 7:48 PM

    FIRST NAME LAST NAME ETC1569368886jot form Screenshot 10

  • Richie JotForm Support
    Replied on September 24, 2019 at 9:02 PM

    I have checked your form and it seems you have changed the Font-colors of your labels already.

    change font color in the form Image 1 Screenshot 20

    To edit your sub labels (firstname,lastname) you may use this custom CSS

    .form-sub-label {
        color: white;
    }

    Guide:-How-to-Inject-Custom-CSS-Codes

    If you need further assistance, let us know.