How can I change the color of sub labels and text boxes?

  • shanly
    Asked on July 10, 2014 at 3:21 PM

    The default for both of these is a very light gray that doesn't show up well -- I want to make both of these the same color as my labels (#003331). 

    Thanks!

    Shannon

    Jotform Thread 401990 Screenshot
  • Welvin Support Team Lead
    Replied on July 10, 2014 at 3:41 PM

    Hi Shannon,

    Inject the following custom CSS codes to your form:

    .form-sub-label, .form-textbox, .form-dropdown {

    color: #003331 !important;

    }

    Inject the codes by following this guide: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes.

    Thanks

  • shanly
    Replied on July 11, 2014 at 2:58 AM

    Perfect!  Thank you so much!!