I cant seem to make my dropdown all one solid color.
In the end i would like to:
1) Solid #FFFFFF (white) background
2) Remove rouded corners
3) 34px tall
Heres my code:
body .gform_wrapper .gform_body .gform_fields .gfield select {
background-color:#FFFFFF!important;
}