Hi. I'm new here but I'm trying to fix a simular problem so I figured I would just reply here.
I have managed to style pretty much everything I want using the common setting but now I want to change the background for the posted comments.
I've styled my widgets, posts etc using the following insert insert:
border: solid 5px #000000;
background: #eee url(http://www.multidysfunctionalmonkey....postwall.jpg);
-moz-border-radius: 7px;
-khtml-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
Here's a link to see what the comments look like now (black background) :
http://www.multidysfunctionalmonkey....p=279#comments
What I really want is to use the insert above to make a simular style "box" for the comments section. And I would also like this box to include the comments header "comments to The Beekeepers House | Guestroom". And of course, I would then also like the black background of the comments to just be transparent.
I'm guessing this is fixed by adding the code into the CSS-inserts somehow?