Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #26044
    Elena
    Guest

    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!

    #26050
    Jesse Owens
    Keymaster

    Hi 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;
    }
    #31625
    Ahmed Elshaikh
    Guest

    you can remove it by css like this

    #commentform .form-allowed-tags,
    #commentform .alert {
    display: none;
    }

    #32598
    Amanda
    Guest

    Thanks for share guys 🙂

    #33016
    Kangdandi
    Guest

    maybe this can help.
    #commentform .form-allowed-tags,
    #commentform .alert {
    display: none;
    }

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘comment section HTML tags and attributes:’ is closed to new replies.