Comments and Posts counter on Authors Page

Posted in: Newsmag
Post count: 45

Hello,

Please how can I remove the posts and comments counter from authors pages.

Eg. http://www.myjcr.com/author/amasaa/ displays the number of comments and total number of posts by the author, how do I hide that info for all authors?

Post count: 23312

Hello nkodgh,

If you want to hide all of the meta information from Author Page, you should use a bit of CSS code to do that. Try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.author-page .td-author-counters{
display:none;
}

The result is here -> http://screencast.com/t/mfUZDn5oxxi

Thanks for the message!

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