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
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
this is header background and you can easily change it using below css:
#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?
Another issue is that when I scroll down the page, the sticky meny get transparent. How to avoid transperancy?