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 Section Break Header

  1. Hi,

    I'm using the following code to style the section break header and it's not working

    'h2.gsection_title {border-bottom: 4px solid #CCCCCC; margin: 10 0 10 0px}'

    The form is here

    Any ideas?

    Steve G

    Posted 13 years ago on Friday September 3, 2010 | Permalink
  2. give this a shot. Using more specific CSS usually works if you need to override other styles.

    .gform_wrapper h2.gsection_title {border-bottom: 4px solid #CCC!important; margin: 10px 0 10px 0!important}

    Posted 13 years ago on Saturday September 4, 2010 | Permalink
  3. Many thanks - Spot on as usual!

    Steve G

    Posted 13 years ago on Sunday September 5, 2010 | Permalink