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.

input label colors

  1. I found a post that lets me change the color of the field labels. However, I can't seem to figure out what I should put in the css file to change the color of the sub-labels. Such as on address. The main "address" label changes color but not the labels for the individual fields.

    Same with choice labels.

    Here's the URL if that helps. http://RainTamer.com/contact-us/

    Posted 11 years ago on Monday February 11, 2013 | Permalink
  2. No problem, use this:

    [css]
    .gform_wrapper .gform_body .gform_fields .gfield label {
    color: #ffffff;
    }

    Instead of this:

    [css]
    .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
    color: #ffffff;
    }
    Posted 11 years ago on Monday February 11, 2013 | Permalink
  3. Wow. that was quick. thank you a ton.

    Posted 11 years ago on Monday February 11, 2013 | Permalink
  4. No problem, glad to help!

    Posted 11 years ago on Monday February 11, 2013 | Permalink

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