Authors Box CSS to remove posts and comments counts

Posted in: Newspaper
Post count: 188

Hi.
We’re needing to remove the post count and comment count from the ‘Author Box’. I looked for a cloud template authors box, but there’s not one.
Is there CSS we could use to cause these 2 fields to not display?

Thanks.
Bob

Post count: 35449

Hi,

You can try this custom css
.td_block_authors .td-author-comments-count, .td_block_authors .td-author-post-count, .td-author-page .td-author-counters{
display: none;
}

This will hide the post and comment counter from author page -> https://www.screencast.com/t/ciUoN0QFs and author box -> https://www.screencast.com/t/cyb7i3gyq0O2

Hope this will help you!
Thank you!

Post count: 188

That worked perfectly. Thanks!

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