Remove site navigation from a NODE

Remove site navigation from a NODE

jessy Master Sergeant
Staff member
Moderating
badge id 1 1 Year of Membership badge id 13 100 Messages badge id 2 2 Years of Membership badge id 14 500 Messages
Jun 28, 2020
2,918
1,228
$5,855
thanks to dear member @jessy submitted a new resource:

Remove site navigation from a NODE - ou may want to add extra classes for the sub nav, the nav on narrow screens, etc

editor
extra.less
CSS:
[data-container-key="node-3"]
{
    .p-nav-scroller
    {
        display: none;
    }
}

You may want to add extra classes for the sub nav, the nav on narrow screens, etc. if that is also an issue.
Change the x to the page node ID - use the browser inspector to check that and the classes.
View attachment 56604

Read more about this resource...
 
Back
Top