How does one go about removing the display of the text :comments off" and "comments closed" in the Chateau theme? Is this possible in the css editor?
The blog I need help with is thechristianpundit.org.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
How does one go about removing the display of the text :comments off" and "comments closed" in the Chateau theme? Is this possible in the css editor?
The blog I need help with is thechristianpundit.org.
Hello there,
Please do not create duplicate threads. The one you first created is here > http://en.forums.wordpress.com/topic/removing-comments-off-from-chateau-theme?replies=1 Also note that patience is required while waiting for Staff or the single Volunteer who helps with CSS editing to get to your thread and help you.
Sorry -- after posting saw that someone else was directed to the css customization thread, thought I might have put it in the wrong area. Glad to wait till someone is able to answer the question.
Aha now I see what happened. Not to worry you will get help soon. :)
Hi wvando :)
Use this CSS to hide the "comments off" text in the Chateau theme:
.post-info .post-com-count {
display: none;
}
Note that this CSS will hide the comment count on the home page for all posts, even if they have comments enabled.
This is great, thanks; now is there a way to remove "comments are closed" from the end of the full posts on the post pages?
There is! I should have thought to put that before.
.nocomments {
display: none;
}
Thanks so much, this is very helpful!
Cheers. :)
This topic has been closed to new replies.