Remove site navigation from a NODE

Remove site navigation from a NODE

Joined
Jun 28, 2020
Messages
3,269
Reaction score
1,309
Credits
$6,879
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...
 
Top