Anniversary Special Sale! 10 Years of Excellence in WordPress Themes | Flat 20% OFF on All Themes Package. Use Code GT10YEARS Buy Now
Anniversary Special Sale Banner

Reply To: How to Hide Post date and Comment Count?

#10360
Grace Themes
Member

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