any way to get the color on menu bar to go all the way across?
Hey jdrakeproductions!
Sure, please add following code to Quick CSS in Enfold theme options under General Styling tab
#header_main_alternate {
background-color: #0168b7;
}
Best regards,
Yigit
Hi jdrakeproductions!
Add this to your custom CSS.
#header_main_alternate { background: blue !important; }
Best regards,
Elliott