Have you tried changing the mobile settings in the Enfold settings ?
#avia-menu li > a {
background: red;
}
The above code changes the background color of the menu blocks whereas
#header_main_alternate {
background-color: red;}
Changes the background color behind the blocks, the full-width div area.
Hope this helps.
Okay, found the fix.
Here is the code:
#header_main_alternate {
background-color: red;}
Thought I tried this, but now it’s working.
Unfortunately that did not work. your code does however work with the !important
added to the color, but the color only affects the menu box, not the full width div. Does this make sense?
Thanks Again
Thanks Josue, I’ll give that a try.
nm, had some custom CSS, changed section color theme and fixed that. Still need help with first question..
In addition, why does the custom color selection in “Color Section” not update/work?