Hi,
To remove the comments from blogs posts
Got to the Appearance -> Theme Options -> Basic Settings -> Custom CSS
add below css code
.news-box .PostMeta span { display: none; }
.post-comment { display: none !important; }
Please make these changes and let me know your feedback.
Regards
Grace Themes