Remove comments capability from pages
- The topic ‘Remove comments capability from pages’ is closed to new replies.
Need help? Check out our Support site, then
Hey there,
Thank you for your question. I’d like to help.
You could do this with some CSS.
Do you have the CSS upgrade?
http://wordpress.com/products/custom-css/
Kind Regards,
Scott
Hi Scott,
Thanks for your reply.
Yes I do have the upgrade. (I can do CSS changes via the custom design upgrade…if that is the spot).
Although my CSS knowledge is limited
Cheers
Hi Scott
Just wondering if you are still able to help
Cheers
.page #comment-form, .page #no-comments {
display: none;
}
That should do the trick :)
Thanks Scott
I’ll give that a try
Cheers
Scott, will that CSS remove the title bar ?
The CSS you gave worked perfect and removed the comments on the sidebar page.
How about the title bar in between the (blue) menu bar and body of page ? Have you got some CSS for that.
Finally, would there be a way to change the white text area to the same grey I have for the rest of the site just for what I make as my home page ?
Any thoughts scott on the removal of the title bar ? Not so worried about colour changes
cheers
Found a post on breadcrumbs and i fixed it ! :)