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.

Paragraph Text, Dropdown font size & styling

  1. First of all, THANK YOU for your wonderful documentation, support and these forums: they helped a lot so far. I am posting my question here so future generations of GFormers can use it for reference...

    Regarding:
    http://www.freeandequal.dreamhosters.com/volunteer/

    I managed to get the text input boxes to take a larger font size, but had some trouble with the dropdowns and paragraph text. Until I figured out their containers... I'm including that code here because it was a bugger to figure out, and I want to make someone's life easier...

    My question is, are there any other input fields I am missing that I just haven't spotted because they are not on my form?

    Here's what I'm workin' with right now:

    body .gform_wrapper input[type=text],
    body .gform_wrapper input[type=url],
    body .gform_wrapper input[type=email],
    body .gform_wrapper input[type=tel],
    body .gform_wrapper input[type=number],
    body .gform_wrapper input[type=number],
    body .gform_wrapper input[type=password],
    body .gform_wrapper .gform_body .gform_fields .gfield textarea,
    body .gform_wrapper .gform_body .gform_fields .gfield select,
    	font-size: 13px;
    	font-family: inherit;
            margin-bottom: 1px;
    }

    Am I good?

    Posted 10 years ago on Wednesday July 3, 2013 | Permalink
  2. Looks good to me.

    Posted 10 years ago on Wednesday July 3, 2013 | Permalink

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