Hi there!
I would like to make it on my blog where, if I make a comment then it appears in a diffrent color something that the other comments don't have. How do I do this using my admin account?
Thank You.
Hi there!
I would like to make it on my blog where, if I make a comment then it appears in a diffrent color something that the other comments don't have. How do I do this using my admin account?
Thank You.
bump....
I'm not sure if you can do this in the admin panel. But WP does accept basic html in comments. try this:
<span style="color:blue">different text color</span>
and to make it look less like a link, you might want to make it bold:
<b><span style="color:blue">different text color</span></b>
This topic has been closed to new replies.