Hi, I have selected the logo area default background as #ffffff, but when you scroll down bringing the sticky and shrinking header into play, the background turns grey with a slight transparency, how do i just keep the logo where the header in contained just white without being transparent?
ps, if i change the colour to for example red, it seems top be fine?
thanks in advance… :-)
sorted it by adding this:
#header_main {
background-color: #ffffff;
}
thanks… :-)