Menu Color Change

Hi
With reference to http://lilianbs.com kindly advice how can I change the color of the menu and also the color of the white are acting as logo background.

Regards

Comments

  • Hi,

    this is header background and you can easily change it using below css:
    .header-stack #Top_bar { background: #000; }
  • Its not working. I have another CSS code snippet in custom CSS section as below:

    #Header .menu > li { display: inline-block; float: none;}
    #Top_bar .menu_wrapper { text-align: center; width: 100%; }
    #Top_bar .top_bar_left { width: 100% !important; }
    .header-stack #Top_bar .top_bar_right { display: no;}

    It looks like all are related to the header. How can I merge these 2 code snippets?

  • You don't need to merge anything. Just add css we gave you above under the rest. The css we sent, must work for sure because we tested it directly on your side. Or you can also try with !important declaration as below:
    .header-stack #Top_bar { background: #000 !important; }
  • tnx its working.
    Another issue is that when I scroll down the page, the sticky meny get transparent. How to avoid transperancy?
  • Please activate "Sticky menu" on your site because we can't see it.
Sign In or Register to comment.