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.

Advanced Field Styling

  1. hicksjt
    Member

    All I'm wanting to do is increase the text size of a few advanced form fields (first & last name, street address, city, state, zip, etc.) and the standard text/paragraph fields change but not the advanced fields. Here's the URL: http://kecbridalshow.com/brides

    Here's the CSS:

    body .gform_wrapper .gform_body .gform_fields .gfield input[type=text],
    body .gform_wrapper .gform_body .gform_fields .gfield input[type=email],
    body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel],
    body .gform_wrapper .gform_body .gform_fields .gfield input[type=url],
    body .gform_wrapper .gform_body .gform_fields .gfield input[type=number],
    body .gform_wrapper .gform_body .gform_fields .gfield input[type=password],
    body .gform_wrapper .gform_body .gform_fields .gfield select,
    body .gform_wrapper .gform_body .gform_fields .gfield textarea,
    body .gform_wrapper .gform_body .gform_fields .gfield .ginput_complex {
    font-size:18px;
    }

    Posted 13 years ago on Friday February 10, 2012 | Permalink
  2. Those are sub-labels and can be targeted via:

    [css]
    .gform_wrapper .ginput_complex label, .gform_wrapper .gfield_time_hour label, .gform_wrapper .gfield_time_minute label, .gform_wrapper .gfield_date_month label, .gform_wrapper .gfield_date_day label, .gform_wrapper .gfield_date_year label, .gform_wrapper .instruction {
    font-size: 18px !important;
    }
    Posted 13 years ago on Friday February 10, 2012 | Permalink
  3. hicksjt
    Member

    Hey Rob, thanks for the reply & I meant to get back to this earlier. All the fields in the form changed except the first/last name, street, city, zip code. I guess I'm missing something?

    Posted 13 years ago on Thursday February 16, 2012 | Permalink
  4. Im looking at your stylesheet and I believe you have something invalid here, you have "FORM" sticking out there, do you mean for that to be a comment like the clearfix start?

    http://grab.by/bZ9S

    Posted 13 years ago on Thursday February 16, 2012 | Permalink
  5. hicksjt
    Member

    I'm good now, thanks for all your help!

    Posted 13 years ago on Thursday February 16, 2012 | Permalink
  6. Awesome, glad to help out!

    Posted 13 years ago on Thursday February 16, 2012 | Permalink

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