How do I change the CSS font and height of a dropdown menu?
I know I can change the width (in the advanced tab), but how do I change the font and height?
paperblazer.com/send/
Thanks!!
joel
How do I change the CSS font and height of a dropdown menu?
I know I can change the width (in the advanced tab), but how do I change the font and height?
paperblazer.com/send/
Thanks!!
joel
Joel,
This should do the trick for you. Just drop into your theme's stylesheet (and tweak values as you see fit):
[css]
.gform_wrapper select {
font-size: 14px !important;
height: 30px;
}