Topic: Hide the comment count on pages

I'm full of questions today, I guess. Well, here goes another one. I would like to hide the box in the upper right of pages that displays the comment count (circled in the attached screenshot). I've attempted to add visibility:hidden to the entry-comments line in the CSS, but that hides the count in the Featured sections on the front page, but does nothing for the pages. Any other ideas?

Using WP 3.0.1 and Arras 1.5.1.

Thank you all for the support. smile

Thumbs up

Re: Hide the comment count on pages

where or witch pages for example,, kind of don't understand the navigation style you are using (my bad).
also there's no screen shot attached !!!!

we got more than what we are giving back....

Thumbs up

Re: Hide the comment count on pages

.single-post .entry-comments{
display:none;
}
we got more than what we are giving back....

Thumbs up +1

Re: Hide the comment count on pages

son_azules wrote:
.single-post .entry-comments{
display:none;
}

No screenshot indeed. Oops! Sorry, added this time. Also, here's the page in question: http://www.looseleafstories.com/novels/anvil-of-tears/

I added the code you posted to styles.css with no resulting success. Did I add it to the correct document?

Post's attachments

comment-count.jpg 210.47 kb, file has never been downloaded. 

You don't have the permssions to download the attachments of this post.

Thumbs up

Re: Hide the comment count on pages

add it to the default.css (it's the one your site is using at the moment)

we got more than what we are giving back....

Thumbs up

Re: Hide the comment count on pages

I'm on slip-n-slide of stupid today.  roll Sorry, default.css is the one I added it to. No success.

Should .single-post be .page, since I'm trying to change it on pages instead of posts?

Thumbs up

Re: Hide the comment count on pages

you didn't add it to (default.css)... from my side i dont see it there add that code... add it again at the bottom of  the style sheet default.css

we got more than what we are giving back....

Thumbs up +1

Re: Hide the comment count on pages

Oh, for the love of monkeys... I added it, I promise! I uploaded it... and it didn't... ARG! Well, whatever. Doesn't matter how silly I look. It's working now and that's all that's important. That, and thanking you for so persistently helping me.

Thank you.

Thumbs up