How to Remove the Comment Box on Blog Posts Page
-
I want to remove every instance of the box that indicates the number of comments on each blog post. At the top right of every blog post, there is a box that says “No Comments.” How can I remove that with css?
I am using the Bloggy theme.
The blog I need help with is: (visible only to logged in users)
-
Hi there,
Please try adding the following CSS:
.entry-info.clearfix { display: none; }Adding CSS: https://en.support.wordpress.com/custom-design/editing-css/
Let me know if that works for you. :)
-
-
-
Also, if I wanted to change the text from “No Comments” to “Leave a Comment” how would I do that with css?
-
I’m afraid that CSS wouldn’t allow you to make that change, adjusting text like that would probably require editing the theme directly, which isn’t possible on WordPress.com. CSS can only be used to style elements already on the page, sadly.
- The topic ‘How to Remove the Comment Box on Blog Posts Page’ is closed to new replies.