Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #41647
    Mohamed islem cherouat
    Guest

    if you check my website you will find right before the footer writing like this below, I wanted to remove it but I couldn’t !!

    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>
    
    #41686
    Jesse Owens
    Keymaster

    Hi Mohamed-

    Thanks for reaching out, I’m sorry to hear you had trouble getting rid of the “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;
    }
    
    #41703
    Mohamed islem cherouat
    Guest

    thank you so much I really appreciate it

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