Change color of Sub Text on Text Fields and Text Area Fields

  • SteveSoler
    Asked on September 20, 2014 at 6:42 PM

    Is there anyway to change the color of Sub Text on Text Fields and Text Area Fields?

     

    Thanks.

  • Jeanette JotForm Support
    Replied on September 21, 2014 at 12:04 AM

    In order to change the color on sub-labels here is a code you can use. (Use this color picker to find the code for your color ) You can even change the font size.

    .form-sub-label {
        display: block;
        font-size: 12px !important;
        color: #B200B2 !important;
    }

    Change color of Sub Text on Text Fields and Text Area Fields Image 1 Screenshot 20

     

  • SteveSoler
    Replied on September 21, 2014 at 2:20 AM

    This worked perfect! Thank you!!! :)

  • Ashwin JotForm Support
    Replied on September 21, 2014 at 7:27 AM

    Hello SteveSoler,

    On behalf of our manager, you are welcome.

    Do get back to us if you have any questions.

    Thank you!