I fixed this myself by adding this to child theme:
body #header.sticky-header {
background: rgba(88, 88, 88, 0.97) !important;
}
it’s not an exact match, but very close.
I’m not sure which rgb color the “dark” menu theme is on Evolve. I couldn’t find it anywhere.
Hi. So I’ve worked hard to get this figured out.
I’ve been able to get the nav bar to locate over to the left margin by adding #Wrapper code top float left instead of center.
And the search box is over to the right,by float:right in @media section.
But they are taking up two separate header bars on mobile browsing.
How do I get them both to display on one single dark (thin) header box?
If the box was sticky too,that would be awesome!
Thanks