Visible coding

Hi there,

Underneath the ‘leave a reply box’ there is a paragraph of visible coding that I can’t seem to remove. You can see the problem here: http://wildlifematters.org/about/

Hope you can help!

It shows what code is allowed in comment form, so users can use these HTML tags to style their messages. You can remove it by adding this CSS code to Theme Options - Other - Custom CSS.

.form-allowed-tags {
    display: none;
}