Remove site navigation from a NODE

XenForo Remove site navigation from a NODE

Compatible XF Versions
2.2
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...
You do not have permission to view the full content of this resource. Log in or register now.
Author
XFBOT
Views
First release
Last update
Rating
0.00 star(s) 0 ratings
Back
Top Bottom