Background colour

Create fresh and professional look of personal or blog websites with AppsPro Tech
GK User
Sat Mar 31, 2012 9:41 pm
Is possible to change the background colour to white, instead of Blue

31-03-2012 21-40-12.png


thanks
User avatar
Expert Boarder

GK User
Sat Mar 31, 2012 9:42 pm
Hi.
Please paste url to your site.
User avatar
Platinum Boarder

GK User
Sat Mar 31, 2012 9:50 pm
mikeMB wrote:Hi.
Please paste url to your site.


http://mbitmadeira.net/projeto2012/

Thank you
User avatar
Expert Boarder

GK User
Sat Mar 31, 2012 10:38 pm
Please add this code to overrinde.css file:
Code: Select all
 .nobg #gkContent {
background: white;       // here you can put your color
}
User avatar
Platinum Boarder

GK User
Mon Apr 30, 2012 1:54 am
mikeMB wrote:Please add this code to overrinde.css file:
Code: Select all
 .nobg #gkContent {
background: white;       // here you can put your color
}


I am also trying to change the same, but I'm unable to locate the overrinde.css file anywhere. I'm currently setting the site up locally on my machine, so I can't link you to it. Perhaps you can point me in the right direction?
User avatar
Junior Boarder

GK User
Mon Apr 30, 2012 2:08 am
Okay, I did find the override.css file and I added said code to it...but no change. Where it says "here you can put your color" am I suppose to put a color code there?...like this?

.nobg #gkContent {
background: white; // #FFF
}

And last but not least, does this code get added to the bottom of the file or anywhere at all?

Thanks for your help in advance =)
User avatar
Junior Boarder


cron