PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Dropdown CSS & Height

  1. 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

    Posted 11 years ago on Saturday August 18, 2012 | Permalink
  2. 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;
    }
    Posted 11 years ago on Sunday August 19, 2012 | Permalink