Im trying to change the text colour on the label for configurable list

  • Team_Events
    Asked on June 19, 2019 at 9:46 AM

    I am trying to change the text colour on the label for configurable list from black to gray


    i have tried


    .label {

     color: gray;

     font-weight: bold;

    }



    with no luck

    Here is the link to my form: https://form.jotformeu.com/91632613044349

  • BJoanna
    Replied on June 19, 2019 at 10:41 AM

    You need to change. label with th, like this:

    th {

     color: gray;

     font-weight: bold;

    }

    1560955054th Screenshot 10

    Please note that the color of your other filed labels is #55555.

  • Team_Events
    Replied on June 19, 2019 at 11:43 AM
    Thank you
    Sent from my iPhone
    ...