Tagged: , , , ,

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

    I have a client that wants to have the menu bar the same color across the entire length of the menu area from edge to edge. I am able to get the menu bar to go green and the text to go white (what he wants) but only for each link and the search icon. It remains transparent between each.

    Any suggestions?

    #468489

    Hey MichaelAlbany!

    Please try the following in Quick CSS under Enfold–>General Styling:

    #header_main_alternate {
      background-color: green !important;
    }
    
    #avia-menu .avia-menu-text {
      color:white !important;
    }

    Best regards,
    Rikard

    #468625

    Thank you! That was driving me nuts.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Full Width Menu Bar – Color’ is closed to new replies.