Don't know CSS codes.

  • Profile Image
    Anne
    Asked on March 04, 2015 at 03:50 PM

    Don't know CSS codes......so I can't change the font size of my drop downs.



    This is a re-post of a comment on How to Inject Custom CSS Codes

  • Profile Image
    BJoanna
    Answered on March 04, 2015 at 04:20 PM

    You can change the font size of drop down list by adding this code inside of your Inject Custom CSS :

    .form-dropdown { font-size:13px; }

    You can change the number of font size to adjust to your needs.

    Paste this code ad the bottom of your code located inside of Form Styles-Inject Custom CSS.

    Hope this will help.