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 Checkbox list items

  1. Neeltje
    Member

    When i select a checkbox the list item text turns bold how do i prevent this?

    Posted 12 years ago on Saturday January 14, 2012 | Permalink
  2. Can you post a link to your form so I can check it out. I can give you a snippet of CSS to place.

    Posted 12 years ago on Saturday January 14, 2012 | Permalink
  3. Neeltje
    Member

    Here is the link
    http://myphotographicmind.com/?page_id=29
    Thanx in advance!

    Posted 12 years ago on Saturday January 14, 2012 | Permalink
  4. Go ahead and place this into your theme's stylesheet and you should be good to go!

    [css]
    .gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label, .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label {
    font-weight: normal !important;
    }
    Posted 12 years ago on Saturday January 14, 2012 | Permalink
  5. Neeltje
    Member

    Many thankx, you are an artist!

    Posted 12 years ago on Saturday January 14, 2012 | Permalink
  6. No problem, glad to help! :)

    Posted 12 years ago on Saturday January 14, 2012 | Permalink

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