Is it possible to make my font for my questions in my form bigger?

  • Barbakh
    Asked on December 17, 2019 at 9:12 PM

    Hi,


    Is it possible to make my font for my questions in my form bigger? I can see you can adjust font size (currently set to 19) but that only appears to adjust the questions response options (Like multiple choice). I would like to make the actual questions themselves bigger


    Is this possible?

  • Victoria_K
    Replied on December 18, 2019 at 2:22 AM

    Hi, 

    For more advanced styling options we provide CSS injects feature on classic forms. Here is a guide: How-to-Inject-Custom-CSS-Codes

    Here is the code to increase font of question labels:

    .form-label.form-label-auto {font-size: 1.5em !important;}

    You can change '1.5' value to any different. 

    If you will need help with your form, please link it here so we could check closer.