Archived topic
Removing the Theme Comments
5 replies · Started by Felipe on April 16, 2018
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
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.
Yes I allowed both to show up, the same link I sent before.
Thank you
Try this CSS:
.comments-area {
display: none;
}
It worked!! Thank you so much!
No problem :)