Hiding the Form Title

Most of the time, you’ll want to hide the form title from the shortcode or block settings, but if you cannot, here’s how to hide the form title using a bit of CSS.

body .gform_wrapper h2.gform_title {
    display: none !important;
}

Find more CSS examples in our extensive Design and Layout section, and review the Where To Put Your Custom CSS article for advice on placement.