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. ;)
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. ;)
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.
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
Thank you, Kevin. You must be in the DFW area? I'm in Addison.
@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.