Change font size of sub-label

  • qthird
    Asked on February 23, 2021 at 10:00 AM

    I would like the font of the last name and first name to be bigger

  • Bojan Support Team Lead
    Replied on February 23, 2021 at 1:17 PM

    Greetings.

    Please add the following CSS to your form:

    #sublabel_3_first,
    #sublabel_3_last,
    #sublabel_21_first,
    #sublabel_21_last {
     font-size: 14px;
    }

    You can click here to see how to inject the provided CSS.

    With it, the font will increase to 14px, however, you can update this to your needs.

    Let us know if you need any additional assistance.