Tagged: comments
On my website, underneath the comment box is the following:
You may use these HTML tags and attributes: <abbr title=””> <acronym title=””> <b>
<cite> <i> <q cite=""> <strike> How do I remove this from the website? It's on every post. Thanks!
<cite> <i> <q cite=""> <strike>
<i> <q cite=""> <strike>
How do I remove this from the website? It's on every post.
Thanks!
Hi Carlene, Goto dashboard -> appearance -> theme-options -> design-options->custom css
.form-allowed-tags { display:none; }
This may help you Thank you!