hi there, check out this odd header behavior after my update to 2.8.1.
Normally, the header looks like this – though i’m not sure why there is an additional gray bar at the top (this may be new, with the update):
And when you scroll the page (header is fixed), it turns TRANSPARENT and shows what is scrolling up – see here:
obviously this is no good. also – where did that first gray bar / section of the header come from?
Hi,
Can you post the link to your website please?
Regards,
Josue
The link you posted is returning this.
Cheers!
Josue
Hi!
It’s caused by an tracking img tag you have put there, try adding this to the Quick CSS:
body > img {
display: none;
}
Cheers!
Josue
You are welcome, always glad to help :)
Regards,
Josue