Having a bit of trouble with the comments section CSS. I've got this one stubborn nested comment on a page that is unaffected by all of my attempts to change it's background color.
http://www.sjhosie.com/woman-wardrobe/
It's about the 23rd comment in. I want it's BG color to be #DDDDDD like the others, but cannot find the way to do it.
Any help is appreciated. Thanks~
Nested Comments CSS Question
Started by
jcritty
, Feb 23 2012 03:57 PM
3 replies to this topic
#1
Posted 23 February 2012 - 03:57 PM
#2
Posted 23 February 2012 - 04:40 PM
.commentlist ul.children .even {
background-color: #383838;
}
Is in your CSS for that comment item. You should be able to edit that CSS to fix it.
#3
Posted 23 February 2012 - 06:40 PM
Thanks! Changed that in custom code.
#4
Posted 23 February 2012 - 06:50 PM










