Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #78634
    Kap Tamilselvan
    Guest

    Hi,

    I have the following in my comments section of my blog. Is there any way to get rid of it?

    “You may use these HTML tags and attributes:

    <abbr title=””> <acronym title=””> <b>

    <cite> <i> <q cite=""> <s> <strike> "

    #78727
    Brandon C
    Keymaster

    Hi Kap,

    Thank so much for reaching out with your Crio Pro WordPress theme questions! Yes, you can remove this “Allowed Tags” section.

    That text is a part of WordPress’ Core comments system, but you can remove it using the instructions found in this tutorial.

    To summarize the article, navigate to Customize > CSS/JS Editor and paste this snippet into your CSS Code:

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

    Thank you, it worked!

    #78734
    Brandon C
    Keymaster

    You’re more than welcome Kap! Let us know if there’s anything else we can help you with.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How do I remove HTML tags and attributes from comments section of Crio Theme’ is closed to new replies.