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.

Section Break Line Color

  1. petitshoo
    Member

    Can I change the color of the dotted line within a Section Break?

    Posted 12 years ago on Thursday April 19, 2012 | Permalink
  2. Yep. It's just defined with CSS. You can create your own CSS rule to re-define that however you would like. There are examples in the documentation here.

    http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples

    Look for "Section Break Title"

    [css]
    body .gform_wrapper .gform_body .gform_fields .gsection .gsection_title {
    	border-bottom: 1px solid red
    }
    Posted 12 years ago on Friday April 20, 2012 | Permalink