I have a client that wants to have the menu bar the same color across the entire length of the menu area from edge to edge. I am able to get the menu bar to go green and the text to go white (what he wants) but only for each link and the search icon. It remains transparent between each.
Any suggestions?
Hey MichaelAlbany!
Please try the following in Quick CSS under Enfold–>General Styling:
#header_main_alternate {
background-color: green !important;
}
#avia-menu .avia-menu-text {
color:white !important;
}
Best regards,
Rikard
Thank you! That was driving me nuts.