How to remove this from the comment section:
You may use these HTML tags and attributes: <a href=”” title=””> <abbr title=””> <acronym title=””> <b> <blockquote cite=””> <cite> <code> <del datetime=””> <em> <i> <q cite=””> <strike> <strong>
1 Answers
To resolve this problem you can add the following code to the style.css file.
#comments .form-allowed-tags {
display: none;
}
Regards,
Dominic
Please login or Register to submit your answer