A look and feel issie to solve for 2 different questions

  • Profile Image
    evaluacionproveedores
    Asked on September 5, 2025 at 5:15 PM

    Hi,

    I have a look & feel issue that I need to solve.

    I’ve attached an image with an explanation of my case, and I’d like your help walking me through how to fix it. Both questions are functional, but they don’t have the same look & feel.

    How can I solve this myself?

    A look and feel issie to solve for 2 different questions Image 1 Screenshot 20

  • Profile Image
    Ronald JotForm Support
    Replied on September 5, 2025 at 5:46 PM

    Hi evaluacionproveedores, 

    Thanks for reaching out to Jotform Support. Currently, the Header's font-size can't be adjusted using the Heading Properties. To fix this, you can easily adjust the font size by Injecting CSS Codes into your form. Let me walk you through it:

    1. First, copy this code:

    #header_447 {
        font-size: 16px !important;
        font-weight: 500 !important;
    }

    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.

    A look and feel issie to solve for 2 different questions Image 1 Screenshot 30 Take a look at the screendshot below to see how it works after:A look and feel issie to solve for 2 different questions Image 2 Screenshot 41Give it a try and let us know how it goes.

  • Profile Image
    evaluacionproveedores
    Replied on September 5, 2025 at 7:19 PM

    Thank you Ronald, it helps me a lot.

    Also, I applied the same steps for another identical question with same scenario. I just got the HTML ID for the specific element to fix.

    Great!

Your Reply