How to change background color of bottom area

GK User
Tue Feb 26, 2013 8:51 pm
hello,

How to change background color of bottom area - see picture att.

I want to change it form black to blue, for example.

Thank you !

001.jpg
User avatar
Fresh Boarder

GK User
Tue Feb 26, 2013 10:39 pm
Hi, sure no problem.
You have to overwrite those css elements:
Code: Select all
#gkBottomWrap {
    background: none repeat scroll 0 0 #101010;
    overflow: hidden;
}


Two possibilities :
1) gk_game_magazine\css\template.css (line 575)
2) Use overwrite.css or Custom CSS Code
this options you'll find here: Template Manager: Edit Style --> Options (Tab) --> Advanced settings ...read cloud tips.

BLUE COLOR: #4691D7
User avatar
Platinum Boarder

GK User
Wed Feb 27, 2013 11:57 pm
Thank you !!!
User avatar
Fresh Boarder


cron