How do I make the font in the "Terms" check-off box smaller?

  • ResumeProducts
    Asked on January 28, 2020 at 7:23 PM
    How do I make the font in the "Terms" check-off box smaller?
  • Girish JotForm Support
    Replied on January 28, 2020 at 7:31 PM

    Please add the CSS code below in the Custom CSS tab of the Terms and Conditions widget:

    label {

    font-size: 12px;

    }

    You can change the px size as per your requirement.

    Related Guide: https://www.jotform.com/help/428-How-to-Inject-CSS-Codes-to-Widgets 

    Result: 

    15802578562901 4 Screenshot 10

  • ResumeProducts
    Replied on January 29, 2020 at 1:52 PM

    Perfect, thanks!