-
brilliantstarsocialAsked on April 3, 2025 at 8:44 PM
I would like all of the fonts on the form to be the same (Arial for now). I can't figure out how to change the fonts of of the questions (Name, Country, etc.) and the buttons (Upload, Save, Submit).
Currently the questions and buttons are in some kind of serif font.
Thank you,
Amy R
Page URL: https://form.jotform.com/250636076786164 -
Shane JotForm SupportReplied on April 4, 2025 at 3:32 AM
Hi Amy,
Thanks for reaching out to Jotform Support. You can use Custom CSS code to change the font of your form. Here's how:
1. First, copy the following CSS code:
.form-all, .form-label, .qq-upload-button, button {
font-family: 'Arial', sans-serif !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.We also have a guide about How to Inject Custom CSS Codes that you can check out. See following screenshot for the expected result:
Give it a try and let us know how it goes.
Your Answer
Something Went Wrong
An error occurred while generating the AI response. Please try again!