Some users would like to hide the static navigation and show the sticky navigation only. This can be done with the CSS snippet below:
#site-navigation:not(.navigation-stick) { visibility: hidden; height: 0; overflow: hidden; } #sticky-placeholder { display: none !important; }