How do I change the font color?

  • ToySoldiers
    Asked on August 1, 2014 at 12:14 PM

    example: when I add a box for them to enter their phone number, the text "area code" and "'phone number" display. When I add Name "First Name" and "Last name" display as text. I need to change these to either a darker color (probably best) or white for them to be readable on the web page I'm embedding them. How do I do this? 

     

    you can also respond to bill@xlnetworks.com 

  • David JotForm Support
    Replied on August 1, 2014 at 1:26 PM

    Hi,

    That's possible via Custom CSS Injection. You can use the following.

    .form-sub-label{

    color:blue !important;

    }

    Guide: How to Inject Custom CSS Codes to your Form

    Just replace blue to any color you like.

    Let us know if you need anything else. 

    Thank you for using Jotform!