Remove site navigation from a NODE

Remove site navigation from a NODE

  • Auteur du fil de discussion Auteur du fil de discussion axtona
  • Date de début Date de début
Inscrit(e) le
Juin 28, 2020
Messages
4,400
Score de réaction
1,402
Credits
$11,804
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.
Afficher la pièce jointe 56604

Read more about this resource...
 
Haut