Can I change the color of the dotted line within a Section Break?
Can I change the color of the dotted line within a Section Break?
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
}