There are 2 ways to highlight author’s comments, one is use highlight author comments wordpress plugin, another idea is without wordpress plugin. If you don’t want to use wordpress plugin to highlight author’s comment, you can follow the below few simple steps.
First, you need to open styles.css and add the following into this file.
.authorstyle { background-color: #B3FFCC !important; }
Second, open comments.php, find and locate the following code.
<li <?php echo $oddcomment; ?>id="comment-<?php comment_ID() ?>"></li>
And then replace with
<li class="<?php if ($comment->user_id == 1) $oddcomment = "authorstyle"; echo $oddcomment; ?>"></li>
Please note that you must change 1 to the user id of the author. Thanks to Matt Cutts for this tutorial.
/images/logo.png)
/images/twitterfollow.png)
/images/rssfeed.png)
/images/recentposts.gif)
/images/ico-rss.gif)
/images/ads125125.gif)