Viewing 1 replies (of 1 total)
  • Plugin Author Mike Walsh

    (@mpwalsh8)

    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.