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

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注