Change Color of Header & Footer Blocks

GK User
Fri Jan 06, 2012 9:44 pm
Probably an easy answer but can't find in the css file - how can I change the black color in the boxes containing the logo & main navi, and the Contact Info/New Collection/About Us area.

Thanks!
User avatar
Fresh Boarder

GK User
Fri Jan 06, 2012 10:12 pm
Add this to your override file and change the #151515 for the header colour...

Code: Select all
#gkPageTop.dark {
    background: none repeat scroll 0 0 #151515;
}


The class shown above is colour variation dependent!

and this for the bottom assuming your site is setup as the demo.

Code: Select all
#gkBottomWrap {
  -moz-box-shadow: 0 0 6px #C1C1C1;
  background: none repeat scroll 0 0 #111111;
}
User avatar
Expert Boarder


cron