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 styling

  1. Hi

    First off - great product and great support! Thank you for all of your hard work.

    I'm trying to reduce the font-size of a dropdown and am having difficulties - the form in question can be seen here:

    http://www.orbitdesignworks.com/wordpress2/work-order-request-form/

    I've added a customer CSS section to my theme's CSS and am wondering how to change the dropdown text size. Is it using something similar to

    .gform_wrapper input[type=password]

    Thanks

    Posted 13 years ago on Tuesday February 22, 2011 | Permalink
  2. You would target the options/items of a drop down/select field using this CSS:

    .gfield_select {font-size: 10px!important;}

    You need the !important declaration to override any default styles already in place.

    Posted 13 years ago on Tuesday February 22, 2011 | Permalink
  3. Works like a charm - thank you!!

    Posted 13 years ago on Tuesday February 22, 2011 | Permalink

This topic has been resolved and has been closed to new replies.