Don't know CSS codes.
-
AnneAsked 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
-
BJoannaAnswered 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.