[Resolved] Removing the Theme Comments

Home Forums Support [Resolved] Removing the Theme Comments

Home Forums Support Removing the Theme Comments

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #551829
    Felipe

    Hello there,

    I would like to remove the comments part of the layout because it falls outside of the design. Elementor has a widget where I can place the comments anywhere I want.

    So how do I remove or maybe hide the comments section of the theme and just leave Elementor`s widget.

    Here is a screenshot: https://prnt.sc/j61l72

    btw I disabled comments for now until I get a response.

    Thank you
    Felipe

    #551918
    Leo
    Staff
    Customer Support

    Hi there,

    Just want to double check that if you use the method below, it will also disable the comments from Elementor?
    https://docs.generatepress.com/article/removing-comments/

    If so can you let them both show so I can target the right class and use CSS to disable the WordPress one?

    Let me know.

    #551998
    Felipe

    Yes I allowed both to show up, the same link I sent before.

    Thank you

    #552103
    Leo
    Staff
    Customer Support

    Try this CSS:

    .comments-area {
        display: none;
    }
    #552137
    Felipe

    It worked!! Thank you so much!

    #552152
    Leo
    Staff
    Customer Support

    No problem 🙂

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