Basel: Sticky Navigation Disabled on Single Page
-
Is there a way to disable the sticky navigation function only on a certain page? I want the sticky nav functionality through the website, but on a few pages I need the sticky navigation disabled.
Thanks!
Hello,
Edit the page and paste this Custom CSS into the page settings as shown:http://prntscr.com/kxbpx1
body .sticky-header {
position: static;
}
Enter this code to the pages where you want the header not to be sticky.
Best Regards
That CSS code does not work. The class “sticky-header” does not even exist on the page. I am using the Basel Food template. Please advise.
Hello,
Please provide your site admin access.
Best Regards