How do change fonts and text size for drop down menu?

  • stgabrielparentcouncil
    Asked on March 13, 2017 at 3:08 AM

    I want to change fonts and text sizes of multiple options and dropdown menus. How can I do it?

  • Ashwin JotForm Support
    Replied on March 13, 2017 at 6: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!