Viewing 5 posts - 1 through 5 (of 5 total)
- AuthorPosts
- August 21, 2020 at 11:50 am #26044ElenaGuest
Hi, I saw that in the comment section in my blog posts, the following is written between the comment box to the info required to leave a comment:
You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> How can I remove it?
Thanks!
August 21, 2020 at 11:57 am #26050Jesse OwensKeymasterHi Elena-
You can find instructions to remove the “Allowed Tags” section in this WordPress Tutorial.
To summarize, navigate to Customize > Advanced > Custom JS & CSS and paste the following CSS snippet into your Custom Theme CSS:
#commentform .form-allowed-tags, #commentform .alert { display: none; }
November 23, 2020 at 9:49 am #31625Ahmed ElshaikhGuestyou can remove it by css like this
#commentform .form-allowed-tags,
#commentform .alert {
display: none;
}December 30, 2020 at 11:46 am #32598AmandaGuestThanks for share guys 🙂
January 18, 2021 at 11:18 am #33016KangdandiGuestmaybe this can help.
#commentform .form-allowed-tags,
#commentform .alert {
display: none;
} - AuthorPosts
Viewing 5 posts - 1 through 5 (of 5 total)
- The topic ‘comment section HTML tags and attributes:’ is closed to new replies.