Highlight Author Comments in Wordpress
I always wanted to know how to highlight my comments so that it always appears distinct from other comments and also appear easily to the other visitors.
Here are few steps through which you can achieve the same:
First go to your stylesheet ( The file would be mostly style.css) and add this following code
.authcomment {
background-color: #B3FFCC [...]

