-
zahidvs14Asked on April 28, 2025 at 6:15 AM
-
John JotForm SupportReplied on April 28, 2025 at 6:27 AM
Hi Zahid,
You can easily increase or decrease the font size of that field by Injecting CSS Codes into the Autocompleted Address widget. Let me walk you through it:
1. First, copy the code below. You can decrease the size by using a lower px value, or increase it by using a higher px value instead.
/*thread 26532791 - increase or decrease font size*/
input#autocomplete {
font-size: 16px;
}
/*ends here*/
2. In Form Builder, click on the Autocompleted Address widget to select it.
3. Next, click on the wand icon to open the widget's settings.
4. Click on the Custom CSS tab, then paste the code you just copied to the CSS code box.
5. Click on Update at the bottom of the page, and you're done.
Give it a try and let us know how it goes.
-
zahidvs14Replied on April 28, 2025 at 7:13 AM
-
John JotForm SupportReplied on April 28, 2025 at 7:49 AM
Hi Zahid,
To avoid confusion, I’ve moved your other question to a new thread and will assist you with it shortly here.
Thanks for your patience, we appreciate it.
Your Answer
Something Went Wrong
An error occurred while generating the AI response. Please try again!