Forums
Forums / Themes and Templates / Comment Box Color
(@rrex85)
18 years, 1 month ago
Every other comment, a white box appears. I’d like to control the color of that box but I can’t find the coding that controls it. Can anyone point me in the right direction?
thanks!
(@boober)
a link would help is help you.
here is my problem: http://www.stuartpaap.com/wordpress/?p=1
strange down towards the end of your stylesheet find
/* Begin Comments*/ .alt { margin: 0; padding: 10px; }
try adding a background color to that. like background-color: transparent; for nothing or background-color: #000000; for black
background-color: transparent;
background-color: #000000;
Worked like a charm. thanks boober
glad it worked!
🙂
The topic ‘Comment Box Color’ is closed to new replies.
(@rrex85)
18 years, 1 month ago
Every other comment, a white box appears. I’d like to control the color of that box but I can’t find the coding that controls it. Can anyone point me in the right direction?
thanks!