How to override the font size for the “I understand for privacy reasons…” text.

  • net90s
    Asked on January 23, 2020 at 3:06 PM
    s it possible to override the font size for “I understand for privacy reasons…”
    I’ve been trying but the CSS editor does not seem to accept the “text-size” function for this section of code.
  • David JotForm Support Manager
    Replied on January 23, 2020 at 3:21 PM

    Do you want to reduce the font-size of that text? Please inject the following code in your form: https://www.jotform.com/form/200004861955148

    #label_23 {

        font-size: 14px;

    }

    Result:

    1579810752fontsize Screenshot 10

    And/or if you want to put the font-weight back to normal, please inject this code:

    #label_23 {

        font-weight: normal;

    }

    Result:

    1579810711result Screenshot 21

    Let us know if you need more help.

  • net90s
    Replied on January 23, 2020 at 5:50 PM
    That worked great, thank you.
    Bill
    ...