how can I make a second section of questions a smaller font than the first set of questions?

  • laurencarson19
    Asked on October 30, 2020 at 11:54 PM
    Second, how can I make a second section of questions a smaller font than the first set of questions? Let me know! Thank you for your help!
  • John Support Team Lead
    Replied on October 31, 2020 at 12:02 AM

    To clarify, do you mean you want to reduce the font size of these fields below?

    1604116782 5f9ce12e1ab1d  Screenshot 10

    If so, you can use this custom CSS code below to your form:

    .form-line[data-type="control_radio"], .form-line[data-type="control_checkbox"] {
    font-size: 12px;
    }

    Let's say you want it to be 12px, use the code above, or if you want it smaller, adjust the values.

    GUIDE: how-to-inject-custom-css-codes