I am using the widget Narrative Fields and want to make its template te

  • SevenKeysHomes
    Asked on April 7, 2020 at 12:36 PM

    I am using the widget Narrative Fields and want to make its template text the same as my form layout which is Arial 14. What is the custom CSS Code to do this?

  • Ivaylo JotForm Support
    Replied on April 7, 2020 at 2:29 PM

    Can you please try to use the following CSS code:

    #content {

    font-family: arial;

    font-size: 14px;

    }

    Let us know if you need any further assistance.