Hide comments on authors widget

Posted in: Newsmag
Post count: 9544

Hi folks
since we’ve chosen to disable comments sitewide at this time, having the [comments] pill-button element on the author box sidebar widget serves no purpose; is there a way to hide this — guessing just use CSS? Might add a toggle for that in future update since not impacted by “disable comments” in rest of panel (on your list of one million suggestions).

Thanks! 🙂

NM 3.1 + TDComposer BETA is rockin!

Post count: 6535

HI @Chris

Thanks for your suggestion, I’ve added it on our todo list and we will consider it for future updates. Meanwhile you can try this css to hide comment counter in author box: http://screencast.com/t/CEMJEy1VGu0X

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

Hope this helps.
Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.