Remove Post View Count from Posts

Posted in: Newspaper
Post count: 5

Hi!
How do I remove post view count from my posts on Newspaper, and if I wanted to remove comment count and the top, how would I do that?
Thank you very much!

Post count: 23312

Hello jazarian,

Please notice that you can enable/disable these options from your Theme panel->Post Settings, like this -> http://screencast.com/t/Jkh4YhYN Also, if you want to only hide them, you have to use a bit of CSS code to do that. Please try the code below and place it in Theme panel->Custom CSS box.

.td-post-header .td-post-comments{
display:none;
}
.td-post-header .td-post-views{
display:none;
}

Thanks.

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.