how do i get the questions on my form to be in darker font esp when printing

  • brendaosbon52
    Asked on March 21, 2025 at 7:17 PM

    how do i get the questions on my form to be darker font esp when printing

  • Lorenz JotForm Support
    Replied on March 21, 2025 at 10:33 PM

    Hi Brenda,

    Thanks for reaching out to Jotform Support. Are you referring to the print version of the form, like below:

    how do i get the questions on my form to be in darker font esp when printing Image 1 Screenshot 30

    Also, do you mean to make the questions in bold format? If so, then we can use Custom CSS code. Let me walk you through it:

    1. First, copy this code:

    /* Set question's font to bold */
    @media print{
    .form-label.form-label-auto {
    font-weight: bold !important;
    }
    /* end */

    2. In Form Builder, click on the Paint Roller icon on the right side of the page to open Form Designer.

    3. Now, in the Form Designer menu, click on the Styles tab, scroll down and paste the code into the Inject CSS Code box. That's it. The code is automatically saved. 

    how do i get the questions on my form to be in darker font esp when printing Image 2 Screenshot 41

    Give it a try and let us know if you need any more help.