• midwesternbovee

    (@midwesternbovee)


    How do i change the color in the top menu out of the blue? Also in the drop down menus that appear?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • This should work for you:
    Add the following CSS in the “Additional CSS” box:

    #navbarouter .sticky_menu_top {
    	background-color: #<your color hex> !important; 
    }
    • This reply was modified 3 years, 10 months ago by reaverkane.

    This doesn’t work for me. It’s still blue. Any suggestions? Thanks!

    I found a way to change it. You were close in answer. This is what worked for me.
    #navbarprimary .sticky_menu_top {
    background-color: #1a1a1a> !important;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Blue color in top menu’ is closed to new replies.