Make Header Menu background solid instead of transparent
I would like change the background for the menu on my page http://ja-zu-integration.org/ to show solid instead of transparent. (The same way it looks on the sticky header when you start scrolling down). How do I do this?
Thanks
Comments
to change Top Bar background, you need to use an extra css:
.tr-menu.header-fixed #Top_bar:not(.is-sticky) { background: #000 !important; }