OK I see now. For normal forms, you need to add this to your CSS somewhere like (WP/Appearance/Customize/Additional CSS):
.wpcf7 form.sent p {
display: none;
}
But if you’ve styled your form using other HTML elements like tables etc, that CSS may not find them and hide them. In that case, submit a form and view your source. See what is outside of your form/p tags or not a <P> tag.
Thanks. Works as directed.
-
This reply was modified 6 years, 9 months ago by ebrent.
-
This reply was modified 6 years, 9 months ago by ebrent.
-
This reply was modified 6 years, 9 months ago by ebrent.