Hi @metallikat36 we made a change in 2.4.0 to always display the form title when the modal is opened. It appears there’s an issue with this in your configuration because the form title is also in the content, which is appearing above the form within the widget.
I’m going to look into this further to see if we can get a fix out in the next release. However, for a quick fix on your end you can add the following CSS:
.widget_give_forms_widget .give-form-title {
display:none;
}
This will hide the title while we get a chance to look into the problem. If you’re not sure how to add the CSS above check out this article: https://givewp.com/documentation/resources/handling-custom-css-in-wordpress/
Let me know if you have any questions!
FYI, while I see the form title appear when the model is opened from the widget, here is another form where the form title does not appear when the modal is opened:
https://www.earthmedresearch.org/donations/donate-to-earth-med-research/
@metallikat36 sorry for the late reply. The link you shared is a single donation form page. The modal will not display the form title because it is already presented to the donor at the top of the page.