Hi,
I found a css override for this on the forum,
#gkHeaderNav {
position: fixed;
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.0);
padding-bottom: 10px;
padding-top: 15px;
}
but it's not what i really want, in this position background always have a color, it ruins the simplicity of the theme, i want that background color to come when you scroll only. it shouldn't be permanent.
can anyone help me with CSS trick to get this done, like, to active after you scroll a little ?
or is there any extension to get this done ? only to be activated once you start activated ?
Thank you....