change top & bottom background

GK User
Sat Mar 10, 2012 3:03 pm
how do i change the top and bottom background? I only see the main body background but i need the top and bottom to match. thanks
User avatar
Senior Boarder

Konrad M
Tue Mar 13, 2012 6:35 pm
Hi
To change top background please try add to override.css
Code: Select all
#gkTopShadow {
background:#ffffff;
}

To change bottom one please add
Code: Select all
#gkBottomWrap {
background:#ffffff;
}

In both cases change to your own color values. And remember to enable override.css option in template settings.
User avatar

GK User
Thu Mar 15, 2012 3:36 am
Konrad M wrote:Hi
To change top background please try add to override.css
Code: Select all
#gkTopShadow {
background:#ffffff;
}

To change bottom one please add
Code: Select all
#gkBottomWrap {
background:#ffffff;
}

In both cases change to your own color values. And remember to enable override.css option in template settings.

this goes in the which file in css folder? thanks
User avatar
Senior Boarder

Konrad M
Thu Mar 15, 2012 12:33 pm
Override.css Remember to enable override.css option in template settings.
User avatar


cron