How do I remove the text from below the comments box?
You may use these HTML tags and attributes:
<abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <del datetime=""> <i> <q cite="">
How do I remove the text from below the comments box?
You may use these HTML tags and attributes:
<abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <del datetime=""> <i> <q cite="">
Hi,
Add this code in your Quick CSS or custom.css:
.form-allowed-tags {
display: none !important;
}
Hope this helps. :)
Regards,
Ismael
You must log in to post.