Show Sticky Navigation Only

Show Sticky Navigation Only

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;
}

發表回覆

您的郵箱地址不會被公開。 必填項已用 * 標註