Change background colour of the Main Menu
i would like to change the background colour of the complete "Main Menu", but can`t find under the betheme options?!.
I use the "Stack:Center" Header full width. Is it possible to change it?
I found an answer in another discussion, to change it over the Custom CSS, but with that CSS-Code the colour changed only on the lefft and rigth side of the nav-menu container, but not behind the nav-menue itself ... can you help me please?
Best regards
Comments
menu background color can be changed under Theme options > Colors > Header section. This option is called Top Bar Left background.
thanks for the quick answer ... :-)
but that does not solve my problem unfortaunately,
because when i change the colour there, the whole header background colour (full width) changed - so also behind the centered logo and not only behind the main menu.
Problem is: my logo is smaller than the full width header and there i need a white background while the menu background schould be grey.
How can i separate that: 1.) background colour header 2.) background colour main menu?
Thank you in advanvce
http://fs-fashionandstyle.com/
#Top_bar .menu_wrapper {background: #000 !important;
}
#Top_bar:not(.is-sticky) #menu {
background: transparent !important;
}
.header-stack.header-center #Top_bar:not(.is-sticky) .menu_wrapper {
margin-left: -10%;
width: 120%;
}
... thank you so much!
Best regards
#Top_bar, .top_bar_left{I cannot change it to be full width.background:white !important;
}
Thanks.