Hide the Allowed Tags Underneath the Comment Box

You can remove the “allowed tags” paragraph underneath the comment box with the following CSS. Just place it in your custom CSS editor.

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