How do I change the font and text size in a narrative widget?

  • ajesuschurch
    Asked on February 5, 2018 at 7:53 PM

    I can't figure out the CSS code to change the font and text size of the narrative widget. Everything I have tried isn't working. Can you send me the code to input into the custom CSS box?

    I would like font Helvetica and font size 11

    Thanks!

    Anna

    Jotform Thread 1373613 Screenshot
  • Kiran Support Team Lead
    Replied on February 5, 2018 at 10:59 PM

    Please try adding the CSS code to the Custom CSS section in the widget wizard.

    #content {

        font-family: Helvetica, sans-serif;

        font-size: 11px;

    }

    Let us know if you need any further assistance. We will be happy to help.