Forums
Forums / Theme: ColorMag / How To Remove Comment Counts
(@healthymc)
8 years, 4 months ago
How do I remove the comment counts from my blog but leave the date?
Thanks!
The page I need help with: [log in to see the link]
(@luisthegeek)
8 years, 3 months ago
Depends. If you want to remove it from the thumbnails on the home page, then you would go to CUSTOMIZE > ADDITIONAL CSS and enter the following:
.comment-meta { display: none; }
If you want to remove the comment count from the meta line on single posts, then in the same location, enter this:
.comments { display: none; }
The topic ‘How To Remove Comment Counts’ is closed to new replies.
(@healthymc)
8 years, 4 months ago
How do I remove the comment counts from my blog but leave the date?
Thanks!
The page I need help with: [log in to see the link]