Highlight author comments
So you want your comments to look different that the readers? No problem. Find the list-item where the comment content is located(usually in comments.php
) and add this in the class-tag.
Now you have the css-class .author
to play with!
Code Snippet:
<?php
if (1 == $comment->user_id)
echo 'author';
?>