Is it possible to have a different background colour for my replies in comments?
Right now when I reply to a comment on my blog it looks like I am a normal reader.
I want to distinguish myself as the author with a different background or a “author” label next to my name.
Is something like this possible?
Hey!
Try adding this code to the Quick CSS:
.bypostauthor > div{
background: #d1d1d1 !important;
}
Adjust as needed.
Cheers!
Josue