How to change the font and size of text inside a drop down box?

  • SumSolTrain
    Asked on July 10, 2014 at 10:56 AM

    Hi in my form,

    i would like to change the font similar to the font of other fields in the form

     

    Arial with size 13

     

    how it could be done?

     

    now it looks not good

    Jotform Thread 401856 Screenshot
  • jedcadorna
    Replied on July 10, 2014 at 11:19 AM

    Hello,

    You can inject this CSS in your form to change the font style and size. The settings would apply to all of your dropdown field.

    .form-dropdown{

    font:normal 13px Arial;

    }

  • SumSolTrain
    Replied on July 10, 2014 at 11:22 AM

    Thanks

  • jedcadorna
    Replied on July 10, 2014 at 11:54 AM

    You are welcome. Feel free to contact us back or post a new thread if you have new questions.