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.

How Do I Change Font Size In A Drop-Down Menu?

  1. Altstatten
    Member

    How Do I Change Font Size In A Drop-Down Menu? I can follow directions but I am NOT a pro css coder, so speak 3rd grade english at me and we'll be fine. Please. ;)

    Posted 12 years ago on Friday March 9, 2012 | Permalink
  2. Richard Vav
    Administrator

    Could you provide a link to the page your form is on. Also are you trying to change the text size for all the drop downs on a page or just one.

    Posted 12 years ago on Friday March 9, 2012 | Permalink
  3. You would add something like this to the end of your theme's style.css file. This would change the font size for ALL of the select elements.

    [css]
    body .gform_wrapper .gform_body .gform_fields .gfield select {font-size:14px}

    but you may not want to do that for all. Check out section 4.2 on this page - it describes how to target specific fields in the event you only want to change one select.

    http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples

    Posted 12 years ago on Friday March 9, 2012 | Permalink
  4. Altstatten
    Member

    Thank you, Kevin. You must be in the DFW area? I'm in Addison.

    Posted 12 years ago on Friday March 9, 2012 | Permalink
  5. @Altstatten - My Pleasure. I grew up in Arlington and all my family is still in DFW, but I'm in Virginia Beach, VA these days.

    Posted 12 years ago on Friday March 9, 2012 | Permalink