Hello,
I am trying to change the menu background to black while keeping the rest of the top bar white. I had it set like this before (each of the link buttons was black with no border, so that there was essentially a black menu bar floating centered on a white header) but don't know how to get it back. If at all possible, I would like to have the entire menu "bar" stretch across the screen black (despite there not being enough links on the bar to stretch it across).
Comments
please send a link to this page.
thanks
.header-stack.header-center #Top_bar:not(.is-sticky) .menu_wrapper {background:#000 !important;
}
#Top_bar #menu {
background: transparent !important;
}
#Top_bar .container .column {
margin:0 !important;
width:100% !important;
}