polle001
Member
Posted 3 months ago #
I can style author comments in WP 2.8 just using something like this in the css style:
.bypostauthor{
background-color: #red;
}
If I add also something like this is not working:
.admincomment{
background-color: #blue;
}
Any idea how can I give the admin a style different to author and guests ?
Thanks.
polle001
Member
Posted 3 months ago #
polle001
Member
Posted 3 months ago #
Still looking into this.
Thanks.
polle001
Member
Posted 3 months ago #
You can see a list of the classes etc.. here..
http://wordpress.org/support/topic/221693?replies=42
Couldn't find a codex page for it, so i hope that covers it.. :)