-
evaluacionproveedoresAsked 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?
-
Ronald JotForm SupportReplied 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.
Give it a try and let us know how it goes.
-
evaluacionproveedoresReplied 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
Something Went Wrong
An error occurred while generating the AI response. Please try again!