How to change the color of the label in textbox

  • mbas123
    Asked on May 7, 2015 at 3:17 AM

    Hi

    I want to change the color of the label of my textbox to red, how can I do that?

    How to change the color of the label in textbox Image 1 Screenshot 20

    Thanks,

    Rey Galvez

  • Ecem JotForm Designer
    Replied on May 7, 2015 at 3:45 AM

    Hi Rey,

    You can change label color from Designer Panel > Label style >Label Color. I put screenshot to make your job easy.

    How to change the color of the label in textbox Image 1 Screenshot 20

    I hope it helps.

    Ecem

  • mbas123
    Replied on May 7, 2015 at 3:50 AM

    Hi,

    I just want to change this specific label only, I tried it but it changes all my label to red.

    Thanks

    Rey Galvez

  • Ecem JotForm Designer
    Replied on May 7, 2015 at 3:56 AM

    Hi,

    You can change specific field label color by injecting custom CSS codes to your form. Learn how: How to Inject Custom CSS Codes to your Form.

    Just get your textbox label IDs and then use the this CSS;

    #label_10{

    color:red;

    }

     

    Ecem