Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #491093

    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.

    • This topic was modified 9 years, 3 months ago by gearouthere.
    #491499

    Hi gearouthere!

    Add this to your custom CSS.

    #header_meta { background: black !important; }
    

    Regards,
    Elliott

    #491513

    Thank you so much Elliott!!!!!!!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Top menu bar color’ is closed to new replies.