Home Forums Basel support forum Basel: Sticky Navigation Disabled on Single Page

Basel: Sticky Navigation Disabled on Single Page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #78417

    devex
    Participant

    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!

    #78437

    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

    #78484

    devex
    Participant

    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.

    #78493

    Hello,

    Please provide your site admin access.

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)