-
stgabrielparentcouncilAnswered on March 13, 2017 03:08 AM
I want to change fonts and text sizes of multiple options and dropdown menus. How can I do it?
-
Ashwin JotForm SupportAnswered on March 13, 2017 06:50 AM
Hello stgabrielparentcouncil,
Please inject the following custom css code to change the font family and size:
/*For dropdown options*/
.form-dropdown {
font-family: "Tahoma", sans-serif;
font-size: 1.10em;
}
/*For Checkbox options*/
span.form-checkbox-item {
font-family: "Tahoma", sans-serif;
font-size: 1.10em;
}
Please check the screenshot below on 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.
Thank you!