HTML-tags at end of posting - remove allowed HTML tags info under comment form

Hello!
Why do we see html-tags at the end of our postings? See attached picture.

Best regards
Mikko

Mikko,

To remove information about allowed tags under comment form you can add this simple CSS to Appearance >> Theme Options >> Other >> Custom CSS.

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

Let me know if this helps.

Thank you, Aigars! It did the trick!

Brgds
M