How do I remove the blog comments section on my blogs? We don’t want people to be able to leave comments or see that no one was left one.
devrhycom.com
Hey jbennettrhycom!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.comment_meta_container, .comment_container { display: none !important; }
Best regards,
Yigit
Perfect! Can you also help me get rid of how it says “0 Comments” and “by admin” on the blog page? http://devrhycom.com/happenings
Hi!
Please add following code to Quick CSS as well
.comment-container, .text-sep-comment, .text-sep-cat, .blog-author { display: none !important; }
Regards,
Yigit
Thank you so much and for the quick response!