Comment counter
-
Hi there,
How do I go about hiding the comment counter on each post please?
Thanks,
Lisa
The blog I need help with is: (visible only to logged in users)
-
Hi Lisa,
You can do that with custom CSS, part of your Custom Design upgrade. To add custom CSS, go to Appearance > Customize in your dashboard and select CSS from the Customize tools.
In the CSS editor there, you can enter the following CSS to hide the comment counter:
.postcomments { display: none; }If that’s not quite what you’re going for, or if you have any other CSS questions, you can get more help in our CSS Customization forum:
https://en.forums.wordpress.com/forum/css-customization
That’s where you can get the most CSS help, from expert staff and volunteers.
You can also find more tips for working with CSS here:
-
- The topic ‘Comment counter’ is closed to new replies.