-
hatccAsked on September 30, 2025 at 4:40 PM
I want to change the font size and color of the sub label> How do I do this selection
-
RayReplied on September 30, 2025 at 6:01 PM
Hi there,
Thanks for reaching out to Jotform Support. I'll be happy to assist you with changing the font size and color of the sub-labels on your forms.
You will need to inject some custom CSS code into your form since there is currently no built in setting for this function.
Fortunately the amount of custom CSS to inject is minimal. I can show you below:
- Open your form in Form Builder.
- Click the Form Designer (paint roller icon) on the right.
- Go to the Styles tab.
- Scroll to the bottom → Inject Custom CSS.
- Paste this code (adjust values as needed):
.form-sub-label {
font-size: 14px !important; /* change the number for size */
color: #2E86C1 !important; /* replace with any hex color */
}
- Click Save.
- Preview your form — the sub-labels should now reflect your new size and color.
Let me know how that works out for you. Feel free to reach back out should you have any additional questions.
Your Reply
Something Went Wrong
An error occurred while generating the AI response. Please try again!