How do I add rule to the form's injected CSS?

  • aricurn
    Asked on June 9, 2014 at 8:20 AM

    I asked for advice on changing font of the dropdown's options to match the font of the field labels. I was advised:

     

    Now, if you wish the font of the dropdown's options to match the font of the field labels, adding the following rule to the form's injected CSS should do the trick:
    #input_11 option {
    font-family: Verdana;
    }

     

    I cannot see where I can change the form's injected CSS?

     

    Thank you for your help

  • Alev JotForm Designer
    Replied on June 9, 2014 at 9:13 AM

    Hi Aricurn,

    This link explains the process with detail, it might help you to solve your problem. 

    Thank you