I am currently using the Twenty Ten theme and I would like to make the comment display a little smaller, but I'm not sure where to start so any help would be appreciated.
The blog I need help with is walker287.wordpress.com.
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
I am currently using the Twenty Ten theme and I would like to make the comment display a little smaller, but I'm not sure where to start so any help would be appreciated.
The blog I need help with is walker287.wordpress.com.
When you say "make the comment display a little smaller," what exactly do you mean?
Apologies, that wasn't clear. I want to reduce the font size of comments on my blog.
This will do it. 1em would give you the original size. .9, .8, etc. will reduce the size.
.comment-body p {
font-size: .9em;
}
This topic has been closed to new replies.