Dec 15, 20083
Wordpress Comments Part Two: Styling with CSS
Although Plugins are very useful and necessary, CSS is as well. If users take time to leave a comment on your site, the least they deserve is for it to look nice.
Let's take a look at the basic Wordpress comment loop:
<li class="<?php echo $oddcomment; ?>" id="comment-<?php comment_ID() ?>">
Edit Author (and guest author) Comment Style
I'm only going to show you how to make the authors' comment a different colored background and text (I'll make it gray and orange in this ...