Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Solved Green bar on header scroll

Brad

Coder
Can someone please fix this annoying bug on scroll on most pages?


Removing the background from the following: .uix_headerContainer fixes the issue. If its used for mobile, then only set the background for the smaller resolutions.

[CODE lang="css" highlight="2"].uix_headerContainer {
background: #1BC977;
}[/CODE]

Thanks
 
No, look at the screenshot, happens on most pages, I only said, if the green is used for mobile then hide it on larger displays.
 
Should be fixed now, thanks for the help in fixing that!
 
Back
Top Bottom