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.

Stylish label

  1. gioska
    Member

    How i can stylish form labels?

    Posted 13 years ago on Sunday November 21, 2010 | Permalink
  2. The labels all have a class name so you can easily target them for styling.

    body .gform_wrapper label.gfield_label {color:#f00}

    You can refer back to the CSS Guide to help you understand how the forms are structured and what classes are available.

    Posted 13 years ago on Sunday November 21, 2010 | Permalink