Hello, if you look at the bottom of this page there is a form where people can respond (forgot the English title): http://www.ericsmeets.nl/cursussen/fotografiecursus-deel-1/
But in the WP-admin I cannot edit the way this form looks. Is there a way? Or is there at least a way to delete this part:
De volgende HTML-tags en -attributen zijn toegestaan:
<abbr title=””> <acronym title=””> <b>
<cite>
<i> <q cite=""> <s> <strike>Thanks,
Eric.
Hey EricSmeets!
Please try the following in Quick CSS under Enfold–>General Styling:
.comment-entry{
display:none !important;
}
Regards,
Rikard
If I do that the whole comment form disappears….
Hi Eric
Please use following code instead
p#form-allowed-tags {
display: none!important;
}
Best regards,
Yigit
That did the trick. Thanks!