PDA

View Full Version : What style var is this? Pic included!


PRO5OHHO
03-05-2012, 05:45 PM
I swear I've gone through every style var and can't seem to find one to change the background color of these side boxes so you can see the content inside them. i almost feel as if I'm missing some style vars.

http://i815.photobucket.com/albums/zz74/nannerpilot/Problem1.jpg

TheLastSuperman
03-05-2012, 05:57 PM
Add the following to the CSS Template - additional.css:
.member_blockrow {
background:#151515 !important;
color:#FFFFFF !important;
}

Change values to suit ;).