Author widget – Deleting 'comments counter button'

Posted in: Newspaper
Post count: 14

Hi,

I would like to know how I could delete the ‘comments counter button’ in the author widget.

Look forward to receiving some help. Thanks!

Post count: 7909

Hi,

You can hide the author comments using custom css in Theme Panel > Custom Css – http://screencast.com/t/wJshI1Vmx

.td-author-comments-count {
display: none;
}

Thanks!

Post count: 14

Many thanks!

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