How to change font colour of scrollable terms?

  • kidsdomain
    Asked on April 16, 2018 at 6:24 PM

    hi how do i change the colour of the font on checkbox label on scrollable terms?

    its very light grey so hard to read

    thankyou!!!


    Jotform Thread 1446572 Screenshot
  • John_Benson
    Replied on April 16, 2018 at 10:16 PM

    You can change it by adding custom CSS code to your widget:

    div#scrollContent {

    color: mediumblue;

    }

    1523931298past2css Screenshot 10

    You can change the "mediumblue" to any color you want. 

    I hope this helps. Let us know if you need further assistance.

  • kidsdomain
    Replied on April 20, 2018 at 1:34 AM

    hi thank you, im sorry but i meant the checkbox label where it says terms and conditions (i have read and understood terms and conditions) - its really light grey but not sure how to change this to "black"

  • Kiran Support Team Lead
    Replied on April 20, 2018 at 2:47 AM

    Please add the following CSS code to the custom CSS section of the Terms widget as shown below:

    label {

        color: #000;

    }

    152420654620042018 12111551 Screenshot 10

    Hope this information helps!