How to do I change the color of the text?

  • MohawkClaims
    Asked on March 20, 2019 at 3:09 AM

    How to do I change the color of the text?

  • Nik_C
    Replied on March 20, 2019 at 5:39 AM

    To change the title of the columns you can use this Custom CSS:

    th {

        color: red;

    }

    To change the labels:

    label {

        color: blue;

    }

    15530744782019 03 20 10 34 23 Screenshot 10

    To change the text color in textarea:

    textarea {

        color: red;

    }

    And the CSS has to be inserted in the Custom CSS of the widget:

    15530747562019 03 20 10 37 28 Screenshot 21

    https://form.jotform.com/90776269671168

    Thank you.