Hello!
Thanks for your support. We are trying to get our top submenu bar to be black on our website https://aquaquestonline.com/. Currently it is transparent and becomes black only on scroll. How would we make it just black all the time? I already set the color to black in Advanced styling under “little bar above menu” element… And I also tried the following CSS
#header_meta {background-color: red;}
that I found via search in the advice you gave to someone else on this forum… It didn’t work for some reason..
Thank you,
Gear Out Here.
Hi gearouthere!
Add this to your custom CSS.
#header_meta { background: black !important; }
Regards,
Elliott
Thank you so much Elliott!!!!!!!