Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #200829

    Hi!

    I’m trying to remove comments area in all the website pages. How can I do it? I can’t find any way to get it.

    Thanks in advance.

    #200918

    Hi adrianej!

    Go to Settings > Discussions > Default article settings disable the “Allow people to post comments on new articles” option. You can also use this on Quick CSS to hide the comment area:

    .comment-entry.post-entry {
    display: none;
    }

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Remove Comments area in pages’ is closed to new replies.