If you don't want the sticky navigation to disappear on scroll, add the following code to: Appearance > Customize > Additional CSS:
body#skrollr-body.is-hidden .cg-menu-below {
-webkit-transform: none;
transform: none;
opacity: 1;
}
Modified on: Sun, 14 Jan, 2018 at 11:24 AM
If you don't want the sticky navigation to disappear on scroll, add the following code to: Appearance > Customize > Additional CSS:
body#skrollr-body.is-hidden .cg-menu-below {
-webkit-transform: none;
transform: none;
opacity: 1;
}
Did you find it helpful? Yes No
Send feedback