I would like to change the font for my main form from black to white.

  • BluePearlsEnrichmentFoundationI
    Asked on December 3, 2019 at 7:07 AM

    Hi,

    I would like to change the font for my main form from black to white. What is the code for white?

    Thank you.

  • Ashwin JotForm Support
    Replied on December 3, 2019 at 10:38 AM

    Is this the form "Website Design Order Form" in which you want to change the font color?

    The form background is white and if you change the font color to white, the text will not be displayed. If it is some other form with classic form layout, please inject the following custom css code in your form:

    .form-label {

        color: #fff !important;

    }

    .form-sub-label {

        color: #fff !important;

    }

    .form-checkbox-item label, .form-radio-item label {

        color: #fff !important;

    }

    .form-header, .form-subHeader {

        color: #fff !important;

    }

    The following guide should help you how to inject custom css code in form: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    Hope this helps.

    Do get back to us if you have any questions.