How change the color of form title ?

  • BOUVIEJE
    Asked on February 28, 2015 at 8:11 AM
  • Sean
    Replied on February 28, 2015 at 11:23 AM

    You can inject this custom CSS code and it should resolve your issue.

    .form-header{
    color: #fff;
    }

    You can follow this guide to inject the code above.
    http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    Ensure that you place this code at the end of the existing CSS codes in the window. 

    Cheers!