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 2 years, 7 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
Glad to hear it’s sorted, @morphman and @m266!
As mentioned already, this bug will be fixed in our next release. 🙂