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.

Change label fields to black...beating head against the wall.

  1. I am having some issues change all form text to black. I am able to get everything but the field label.
    Can you tell me what I am doing wrong?

    http://test.epaymentamerica.com/?page_id=412

    Posted 12 years ago on Saturday August 6, 2011 | Permalink
  2. Add this to the bottom of your custom.css or chrome.css (whichever one you've been making additions to):

    .gform_wrapper label {
      color:#000000;
    }

    The element you want to target is the label.

    Posted 12 years ago on Saturday August 6, 2011 | Permalink