Remove Blog Comment Counter
-
Hello All,
Though I’ve built many websites, I’ve only now completed my first WP website. I am trying to remove the comment counter and its associated icon that is under the blog title. I did some experimenting and was able to remove the other data that appears in that area using the Custom CSS below.I’ve looked through the forum but didn’t find how to do this.
Any advice on how to get rid of that comments counter will be much appreciated.Many thanks,
Bruce#containerfooter h3 {
font-size: 26px;
}
.post .postdate {
display: none;
}
.single-post .postedintop {
display: none;
}.single-post.meta-sep {
display: none;
}post .link-comments {
display: none;
}The page I need help with: [log in to see the link]
- The topic ‘Remove Blog Comment Counter’ is closed to new replies.