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:

@media only screen and (min-width: 1240px)
#Top_bar.is-sticky {    
    height: 120px!important;    
}

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
Tom


but none helped 

Comments

  • Hi,
    The problem is related to not enough space for sticky menu - that's why it's pushing down the menu items.
    So, you can fix it in two ways:
    1) Decreasing the menu-items by making the submenu with few of them.
    2) Increasing the "Grid Width" value in Theme Options > Global > General - it will make your website "wider" -

    Thanks

Sign In or Register to comment.