Is there a way to make the author or administrators comment replies a different background color so they stand out from the other comments?
Author Comment Background Color
(4 posts) (3 voices)-
Posted 2 years ago #
-
I was able to figure it out. Just add the following to the end of your stylesheet:
.bypostauthor { background-color:#aaa !important; }
Posted 2 years ago # -
Sure that works. But how about the second(or more) level author comments? I tried everything but to no prevail.
Posted 10 months ago # -
li.bypostauthor.depth-2 { border:1px solid #660000; }use Firebug to see the classes available (and how to override).
Posted 10 months ago #
Reply
You must log in to post.