Hi
1. To Hide the Post date and Comment Count from homepage Latest News Section-5
Go to Appearance -> Theme Options -> Sections -> Section 5 -> Use below shortcode
[latest-news showposts=”3″ comment=”hide” date=”hide” author=”show”]
1. To Hide the Post date and Comment Count from blog list page / blog details page
Go to Appearance -> Theme Options -> Basic Settings -> Custom CSS
add below css code in custom css box
.post-date, .post-comment, .post-categories { display:none; }
Regards
Grace Themes