Quote:
Originally Posted by FightRice.com
Hey i've installed this on 3.0.7 and it works great, only letting my Mods have the web pages and everyone else can use just the guest book.
Awesome mod, but it isn't picking up the template color scheme and seems to only use the VBdefault colors any advice on where to change this, I know its gonna be in MemberINfo template somewhere probably but i'm just not sure what to change. Thanks
|
Add the following code in Styles & Templates - All Style Options - Additional CSS Definitions and change the colors matching to your board style. If you have more then one style you have do it to each style.
Code:
.wg_menu
{
background-color: #060606;
color: #999999;
font-size: 8pt;
font-family: Helvetica;
}
.wg_gbalt1
{
background-color: #060606;
color: #999999;
}
.wg_gbalt2
{
background-color: #060606;
color: #999999;
}
.wg_form
{
background-color: #060606;
color: #999999;
}