PDA

View Full Version : Groups background color


leftanalog
12-28-2011, 04:37 PM
I have been up and down and through and back searching the stylevars for this specific thing to change. I cannot for the life of me find where its located.

http://img811.imageshack.us/img811/9364/groups.png

You can see where the red box is surrounding. I actually have white text there, but you cant see it because the BG is white as well. I cant find where to change the BG of this area. This specific box is to be found inside the group.php url.

Can someone please point me in the right direction?

Much appreciated.
Thanks,
Eric

Lynne
12-28-2011, 05:19 PM
li.sgicon .maincol {
padding:{vb:stylevar padding};
background: {vb:stylevar forumrow_background};
font-size: {vb:stylevar small_fontSize};
overflow:hidden;
}
So, stylevar "forumrow_background" or add your own css for it into the additional.css template.

leftanalog
12-28-2011, 11:11 PM
Thanks Lynne!
Ended up adding additional CSS. For whatever reason, the "forumrow_background" was set to the color i wanted, and did nothing with the group.php area. The additional CSS did the trick.