Hey there,
How I can add 2 logos to my site, one when in white and the other when low and turns blue?
http://screencast.com/t/kh4htkVYpK9
When you move the scroll...
http://screencast.com/t/Ke6kINrF
Thanks!
a.cssLogo,
#gk-menu-wrap a.cssLogo {
background-image: url('../images/style1/logo_white_bg.png');
}
.imageBg #gk-head a.cssLogo {
background-image: url('../images/style1/logo_normal.png');
}