Remove site navigation from a NODE

Remove site navigation from a NODE

Beigetreten
Jun 28, 2020
Nachrichten
4,393
Reaktionswert
1,401
Credits
$11,781
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
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.
Anhang 56604 einsehen

Read more about this resource...
 
Oben