How to hide the Comments counter on Author Card?

Posted in: Newspaper
Post count: 8

Hello team,

I would like to hide the comments counter from the Author Card and can’t seem to get this working. I’ve tried a couple of methods I’ve found in the forum with no success so far. My latest attempt was to add the following code snippet in the custom css section of the theme panel, however it did not work.

.tdb-author-comments-count {
visibility: hidden;
}

Any idea on how to resolve this issue?

Thanks,
Aris

Post count: 8

Hello Again,

Just figured it out myself. I had to add the following line instead:

.tdb-author-counters .tdb-author-comments-count {
visibility: hidden;
}

and it works!

Cheers,
Aris

Post count: 27744

Hello Aris,

I’m glad you found a solution.
Also, this a topic with the same question -> https://forum.tagdiv.com/topic/remove-comment-count-on-author-page-2/

Thank you!

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