Site logo

[Resolved] remove comment entirely from site wide

Home Forums Support [Resolved] remove comment entirely from site wide

Home Forums Support remove comment entirely from site wide

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #2399406
    Chris

    Hi,

    I don’t want the comment box to appear at the bottom of my posts/pages. How can I disable it?

    I’ve disabled it at the backend but it’s still showing up, see here – https://imgur.com/a/Aq3GruY

    #2399462
    Fernando
    Customer Support

    Hi Chris,

    You may refer to this article for assistance with regards to this: https://docs.generatepress.com/article/removing-comments/

    #2399511
    Chris

    It didn’t work. I have 800 pages, I can’t be going through each of them. My previous theme (neve) has the option to disable comments.

    Do you have any CSS code that I can achieve this? I don’t want to install any plugins.

    #2399528
    Fernando
    Customer Support

    Yes, we can hide is through custom CSS.

    Try adding this in Appearance > Customize > Additional CSS:

    .single-post .comments-area {
        display: none;
    }
    #2399537
    Chris

    Added the code and cleared the cache – still the same. Image – https://imgur.com/a/rVrDkHo

    #2399612
    Chris

    it works now

    #2400749
    Fernando
    Customer Support

    You’re welcome Chris!

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.