Viewing 2 replies - 1 through 2 (of 2 total)
  • It’s an informational message to your visitors to let them know what HTML tags that they can use in their comments. For example, a visitor might want to italicize a word or phrase, so they would put the words in <i>tags like this</i>. If you want to hide that section, you can do so using some CSS. Please post a link to a page which shows a comment box & I can give you a CSS rule to use.

    try add this via a custom CSS plugin:

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

    also see other related forum topics https://wordpress.org/search/remove+comments+html?forums=1

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Code displayed on page’ is closed to new replies.