Title: Removing form title
Last modified: August 20, 2016

---

# Removing form title

 *  Resolved [AP CO](https://wordpress.org/support/users/andrewprinsen/)
 * (@andrewprinsen)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/removing-form-title/)
 * Hi! When I’ve embedded Google forms in the past, I’ve been able to remove the
   form title by adding “&ttl=0” to the end of the URL as detailed [here](http://googlesystem.blogspot.com/2009/05/styling-google-docs-forms.html).
 * However, when I try that within the shortcode for this plugin, it doesn’t seem
   to work. Any idea how I can do this? Thank you!
 * [http://wordpress.org/extend/plugins/wpgform/](http://wordpress.org/extend/plugins/wpgform/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Mike Walsh](https://wordpress.org/support/users/mpwalsh8/)
 * (@mpwalsh8)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/removing-form-title/#post-3606321)
 * The easiest way to hide the title would be using Custom CSS (on the plugin settings
   page). Do something like this:
 *     ```
       h1.ss-form-title {
           display: none;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Removing form title’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wpgform_8cc59f.svg)
 * [Google Forms](https://wordpress.org/plugins/wpgform/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpgform/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpgform/)
 * [Active Topics](https://wordpress.org/support/plugin/wpgform/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpgform/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpgform/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Mike Walsh](https://wordpress.org/support/users/mpwalsh8/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/removing-form-title/#post-3606321)
 * Status: resolved