Hi all,
I have noticed that Thematic, by default, highlights the post author's comments in yellow. However, I have noticed that my comments aren't always in yellow. I'm the author of every post, so I don't know what is making the difference.
Here's an example of a post in which my comment is highlighted properly: http://cookieandkate.com/2010/succulents-in-pink-and-green/#comments
Here's an example of a post that does not highlight my comment: http://cookieandkate.com/2010/halloween/
Is there a better way to specify that my comments should always be highlighted? What can I do?
p.s. I figured out how to change my comment background from yellow to pale pink by inserting the following code in my child theme's style.css:
#comments-list li.bypostauthor { background-color: #FCEAEA !important; }
That is the only change I've made to purposefully affect the comment coding.