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.

checkbox labels always bold

  1. cliftonc
    Member

    I'd like to have the default for all of my checkbox (and radio buttons) to be normal (not bold). I've seen notes about how to turn them bold, but mine start out bold and stay bold even when checked.

    Posted 11 years ago on Thursday January 31, 2013 | Permalink
  2. Please post a link to the page on your site where the form is embedded and we will help you with the CSS.

    Posted 11 years ago on Friday February 1, 2013 | Permalink
  3. cliftonc
    Member

    http://uscompliance.pairserver.com/custom-solutions-enrollment/

    Posted 11 years ago on Friday February 1, 2013 | Permalink
  4. Your theme is applying a rule to all labels, in this stylesheet: http://uscompliance.pairserver.com/wp-content/themes/Snips/lib/css/screen.css

    [css]
    /* Line 82 */
    label {
      font-weight: bold;
    }

    Add this to one of your theme's stylesheets and your Gravity Forms labels will be normal weight, not bold:

    [css]
    body .gform_wrapper label {
      font-weight: normal;
    }
    Posted 11 years ago on Friday February 1, 2013 | Permalink
  5. cliftonc
    Member

    That fixed it -- thanks!!!

    Posted 11 years ago on Friday February 1, 2013 | Permalink
  6. You're welcome

    Posted 11 years ago on Friday February 1, 2013 | Permalink

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