Short Scrollable Terms Widget Font Color

  • ccureslife
    Asked on January 17, 2017 at 12:04 PM

    I need to make the font color white in my short scrollable terms widget so they can read the text. I'm assuming this can be done with custom CSS but I don't know what the exact code is to make it work.

    Jotform Thread 1036982 Screenshot
  • David JotForm Support Manager
    Replied on January 17, 2017 at 1:14 PM

    Inject the following code inside the widget's CSS area:

    #scrollContent{

    color: white !important;

    }

    Example:

    Short Scrollable Terms Widget Font Color Image 1 Screenshot 20

    Let us know if you need more help, we will be glad to assist you.