How to change the color of bottom menu

GK User
Tue Jan 03, 2012 12:18 pm
Hi,

I want to change the color of the social icons and search beam and also the color of the bottom menu now they both in black.

Please an How To

Thx Johan
User avatar
Senior Boarder

GK User
Tue Jan 03, 2012 12:43 pm
Hi,

Add this code to override.css
Code: Select all
#mainBottom{
background: none repeat scroll 0 0 RED !important;
}
#middleWrap{
background: none repeat scroll 0 0 BLUE !important;
}

Change the color name by yours. Also, remember to turn on override mode in template setting.
User avatar
Platinum Boarder

GK User
Tue Jan 03, 2012 3:03 pm
Don lee
Thanks !!

Works perfect
User avatar
Senior Boarder


cron