Comment CSS
-
I’m playing with the CSS for my comments and having trouble locating exactly which reference I should use.
The problem I’m encountering at the moment is that when I have multiple comments, the even numbered ones appear with a black background. I’d like to change that color. Can anyone tell me which label/designation I need to use in my CSS to identify that piece of the code? I’ve managed to change the background and text color for the odd numbered ones – just can’t figure out which controls the even numbered ones.
-
that should be handled by
ol.commentlist lithey don’t have a specific class (like the
.altfor odd numbered ones) -
Thanks! Figures I was trying to get too detailed in the CSS and the ol.commentlist li would do!
- The topic ‘Comment CSS’ is closed to new replies.