I have a Long Text Entry Element in my form.

  • remman
    Asked on March 16, 2017 at 7:17 PM

    I have a Long Text Entry Element in my form. I want to change the background colour of THE TEXT ONLY to yellow. Please help!!

  • Chriistian Jotform Support
    Replied on March 16, 2017 at 11:04 PM

    To change the background color of the label in the Long Text Entry on your form,  find the ID of the label and add the CSS code for the background color for example:

     background: yellow;

     

    Here's the sample CSS code to inject your form to change the background-color of the Long Text Entry:

    #label_65 {

        background-color: yellow;

    }

     

    #label_66 {

        background-color: yellow;

    }

     

     

    I have a Long Text Entry Element in my form Screenshot 20