Archived topic
Header problems
8 replies · Started by Laura on April 3, 2022
With scrolling my body content is running througt the header, until the top of the screen. I never had this before. What did I do wrong
The website is http://www.faiabrava.org
Hi there,
Can you disable all plugins except GP Premium for us to take a look?
Thanks.
I will try. But I have no other plugins then on my other websites….
It's just temporarily for testing.
If this is a live site with traffic then please start a staging site.
I disabled all plugins except GP Premium. Didn't resolve the problem...
It has something to do with the sticky navigation. Normal the background is white, now it is transparante...
I don't now where to change this, normal it is automatic on white.
Hi there,
the sticky navigation uses the Colors you set for the Customizer > Colors > Primary Navigation. So for you to have the sticky nav as white without affecting the primary nav colors add this CSS:
.sticky-enabled .main-navigation.is_stuck {
background-color: #fff;
}
Thank you David. You have been my hero before.
Problem solved!
Glad to hear that :)