Changing the font size of the comments
-
Hello!
I’ve managed to change the font size on pretty much everything on the blog, except for the comments. I’d like to know how to make the names of the commenters, the date/time, and the comments themselves smaller. Please and THANK YOU!
The blog I need help with is: (visible only to logged in users)
-
For the comment author name, try this:
.comment-author cite { font-size: ;}For the times, you can do this with two different calls. One is for the initial comment, the other is for all replies.
Initial Comment
.comment-meta { font-size: ;}Subsequent Comments
#comments .comment .children .comment-meta { font-size: ;}For the comments themselves, try this:
.comment p {font-size: ;}I hope this helps.
-
-
- The topic ‘Changing the font size of the comments’ is closed to new replies.