Background comments
-
Hi,
i’m new in WordPress world, therefore a little bit of patience!
I use in my site Graphene Theme 1.5.6, here you can see the choice of color:
http://www.alessandroscotti.it/home/
I have a little problem with the comment’s background. I had chose white color for text, and work very fine, in general.
But now, with first comment, happen that i can’t see the text typed, because the comment’s background and the text are of the same color.
I don’t want to change the color text, i like these: how could i change only the comment’s background, for this and future comments?
You coul see here the problem:
http://www.alessandroscotti.it/2012/01/24/gothic-ireland-second-edition/
ATTENTION: For now i resolved the problem re-edit the comments with -font color=”#000000″-
Could you help me?
You can change the background of the author comment box by inserting this into your child theme or custom css:
#comments li.bypostauthor, #comments li.bypostauthor.comment.depth-1 {
background: #000000;
}And you can use this to change the background color of non-author comment boxes:
#comments ol li.comment.depth-1, #comments ol li.pingback.depth-1, #comments ol li.trackback.depth-1 {
background: #999999
}You can, of course, change these hex values to whatever color you like.
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
