Weird problem going on. Can't figure it out but in my comments like on this page:
http://www.breweriesbarsandbeerfood.com/blog/episode-guide/episode-1-stone-brewing-in-escondido-ca/#comments
The comment area has a white background. I went into my style.css file and eliminated all sorts of areas where that might appear but I still get the white background. How can I solve this?
I think that this is the culprit:
.thread-even {
background-color: white;
}
Yep, that was it. Thanks. Still got to figure out how to lose the white border. But at least this is a good start.
Have a look at this:
.depth-1 {
border: 1px solid #ddd;
}
.even, .alt {
border-left: 1px solid #ddd;
}
Maybe change the colour to purple or something and see if that's it.