-
SpartanProductsAnswered on January 31, 2019 03:21 AM
Is there a way to change the font size inside a spinner box? I know it can be changed in a regular drop down box, but It tried to change the font size in a spinner box in the CSS editor, but it did not work.
-
Ashwin JotForm SupportAnswered on January 31, 2019 04:54 AM
Please inject the following custom css code in your form to increase the font size of the number and spinner field:
input[type=number] {
font-size: 20px !important;
}
The following guide should help you how to inject custom css code in form: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes
Hope this helps.
Do get back to us if you have any questions.