How to change drop-down menu fonts?

  • gpannier
    Asked on November 25, 2016 at 5:44 AM

    I would like to personalize the font of a drop-down menu. It works on a question (VERDANA) but I haven’t managed to duplicate the action on drop-down menus.
    Thanks for your help.

    Jotform Thread 997588 Screenshot
  • amy
    Replied on November 25, 2016 at 6:30 AM

    Hello,

    If you want to change font family of dropdown menu, you can inject this CSS code to your form:

    .form-dropdown {

    font-family: Verdana, Geneva, sans-serif;

    If you need to learn more information about How to Inject Custom CSS Codes, please review our user guide.

    But to be honest, it's not a good practice to change the style of dropdown options, because probably it won't be displayed in most browsers.

    If you need further assistance, please feel free to ask.

    Regards.