Sticky header transparent background
Hi !
My website uses the Magazine header withe menu under the Logo.
I use the sticky header option.
When the pages load everything is fine with menu.
When I scroll down the page and header goes into sticky mode the menu has just a transparent background what makes it unreadable !
You can see it here: https://recruiting-indeed.de/
I've tried a lot things in CSS including:
But it seems parameter copied in CSS field in theme options gets skipped by theme !
Any ideas how to get a white background for the subheader with menu in sticky mode?
Thanks
My website uses the Magazine header withe menu under the Logo.
I use the sticky header option.
When the pages load everything is fine with menu.
When I scroll down the page and header goes into sticky mode the menu has just a transparent background what makes it unreadable !
You can see it here: https://recruiting-indeed.de/
I've tried a lot things in CSS including:
@media only screen and (min-width: 1240px)
#Top_bar.is-sticky {
height: 120px!important;
}
Any ideas how to get a white background for the subheader with menu in sticky mode?
Thanks
Tom
but none helped
but none helped
Comments