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.

Change the Section Break from h2 to h3

  1. johngilder
    Member

    Hi guys,

    I've tried to work this out reviewing your documentation and visual CSS guide but having no luck. (maybe more coffee would help).

    The section breaks seem to be formatting based on my themes <h2> tag and I would like to change it to the <h3> tags.

    Here is a link - http://cmhds.org/industry-resources/csa-racking-course-spring-2011/

    Thanks,
    John

    Posted 13 years ago on Tuesday February 8, 2011 | Permalink
  2. You can't change the markup to change the title tag but you can target the section break title's with CSS and style them differently. Here's how you would properly target the title to apply new rules.

    body .gform_wrapper .gform_body .gform_fields .gsection .gsection_title {color:red}

    You can refer to the "Section Breaks" examples of this guide for more information

    http://www.rocketgenius.com/gravity-forms-css-targeting-specific-elements/

    Posted 13 years ago on Tuesday February 8, 2011 | Permalink
  3. johngilder
    Member

    Thanks Kevin - much appreciated!

    Posted 13 years ago on Tuesday February 8, 2011 | Permalink