How can I change the colors?

GK User
Sun Nov 28, 2010 7:31 pm
I know the theme is called black and white. I really like the layout for a site that I am looking to build. Client would like to add more color to it.

Is it possible to change the colors from black and white to something else, maybe blue and gray or green?
User avatar
Senior Boarder

GK User
Sun Nov 28, 2010 8:31 pm
[center]Image[/center]

this is posible yes, go through the css files and change what you want...
User avatar
Platinum Boarder

GK User
Sun Nov 28, 2010 8:57 pm
Cool. I was going through the template CSS file. I changed the color for the mainnav hover and the hover color's did not change on the site.

Am I missing something here?
User avatar
Senior Boarder

GK User
Sun Nov 28, 2010 10:43 pm
In this particular issue, it's not on template.css file but on style1.css.

Code: Select all
#gk-nav #gk-mainnav .level0>li:hover { background: #a39f8c; color: #fff; }


and

Code: Select all
.gk-menu ul.level0 div.childcontent { background: #a39f8c; }


Cheers ;)
User avatar
Platinum Boarder


cron