Hiding the Form Title

Hiding the Form Title

Most of the time, you』ll want to hide the form title from the shortcode, but if you』re somehow not able to do so, here』s how you can hide the form title using a bit of CSS.
123body .gform_wrapper h3.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.

發表回覆

您的郵箱地址不會被公開。 必填項已用 * 標註