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.

Styling Field Label

  1. I'd like the form field labels to inherit style from my h3 tag. Not knowing how to do this, I copied the following code from your docs, changed the color from red to hex, and inserted it into my style sheet:

    .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {color: AEF61D}

    Unfortunately, nothing happened. Field label still black.

    Can you tell me how to make this work?

    Posted 11 years ago on Monday August 27, 2012 | Permalink
  2. Looks like you may have been missing the hash tag on the color. Try this out:

    [css]
    .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {color: #AEF61D}
    Posted 11 years ago on Monday August 27, 2012 | Permalink
  3. Nope. No change Rob. Any other ideas?

    Posted 11 years ago on Tuesday August 28, 2012 | Permalink
  4. Bill, please share a link to your site and we'll help you out.

    Posted 11 years ago on Tuesday August 28, 2012 | Permalink
  5. Sorry Rob. It did work afterall. Just took awhile for the changes to flow through.

    Thanks for your help!

    Posted 11 years ago on Tuesday August 28, 2012 | Permalink

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