Remove "comments" from author box

Posted in: Newspaper
Post count: 20

Hi, I was wondering if it was possible to remove the “0 comments” section from the author box, or remove it entirely without removing the author name, as I have disabled comments on my site. Image: https://ibb.co/igf9Rw

  • This topic was modified 8 years by alan3wang.
  • This topic was modified 8 years by alan3wang.
Post count: 20

Image

Post count: 1341

Add this code in Custom CSS section of Theme Panel:

/* Remove comments count in Author Bio */
.td-author-comments-count{
display:none!important
}

Post count: 20

thank you!

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