Archived topic
Removing double comment boxes GP & Elementor
5 replies · Started by Stacy on January 15, 2018
Hi, I am building my site with GP & Elementor. I made my single blog post template. It is showing two comment boxes. The first one is from elementor which I prefer to use because the spacing matches my other content. The second one at the bottom is the default comment box. How do I remove it?
Here is a test site:
http://reachthestarsnow.com/2018/01/16/elementor-88/
Thanks!
Stacy
Hi there,
The site is under coming soon page.
Would this help? https://docs.generatepress.com/article/removing-comments/
Sorry about that! Link should work now! I tried the above previously, but it disables the comments completely for both comment boxes. I'm trying to have the first comment box showing and active.
Thanks!
Try this CSS:
.comments-area {
display: none;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
That worked! Thanks!
No problem :)