• Resolved m266

    (@m266)


    Hi,
    I can no longer hide the form title. In version 1.9.30 it is OK.
    Please fix it.
    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • I have the same issue. The form title cannot be hidden, but the alignment setting works for the title, just not the hide title setting.

    Please fix this
    Thanks

    Edit: I’m using the Pro version (Version 1.22.0)

    • This reply was modified 3 years, 9 months ago by MorphMan.

    Hey there, @m266 ??

    It’s a sneaky bug with the current release. Super sorry about that! We’re already preparing a patch for this. In the meantime, would you please add this CSS snippet in the Style tab →?Additional CSS section?

    .happyforms-form__title {
    display: none !important;
    }

    That should do the trick! Let us know how that goes.

    Works! thanks for the quick fix
    Cheers
    Mark

    Thread Starter m266

    (@m266)

    Hi Ray,

    I know the trick and had already inserted the code in the customizer.

    !important is not required.

    This code is OK:
    .happyforms-form__title {
    display: none;
    }

    Greetings Hans

    Ignazio Setti

    (@ignaziohappyforms)

    Glad to hear it’s sorted, @morphman and @m266!

    As mentioned already, this bug will be fixed in our next release. ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Form title cannot be hidden in version 1.10.0’ is closed to new replies.