Is it possible to format text in the terms and conditions widget?

  • hayley@trollholenyc.com
    Asked on February 6, 2017 at 11:42 AM
    Is it possible to format text in the terms and conditions widget?
  • Ashwin JotForm Support
    Replied on February 6, 2017 at 11:43 AM

    Hello,

    Please inject the following custom css code to change the text size and color of "Short Scrollable Terms" texts:

    div#scrollContent {

        font-size: 12px;

    }

    Please check the screenshot below on how to inject custom css code in widget:

    Is it possible to format text in the terms and conditions widget? Image 1 Screenshot 20

     

    Hope this helps.

    Do get back to us if you have any questions.

    Thank you!

  • hayley@trollholenyc.com
    Replied on February 6, 2017 at 1:24 PM

    Thank you! Is it possible to change the text color and background color of the widget?

  • Jan
    Replied on February 6, 2017 at 2:47 PM

    Yes, it is possible to change the font color and the background color. Please use the CSS code below and insert it inside the widget. The color: is for the font color and the background-color: is for the background.

    div#scrollContent {

    color: yellow;

    background-color: green;

    }

    Here's the result:

    Is it possible to format text in the terms and conditions widget? Image 1 Screenshot 20

    Hope that helps. Thank you.