Remove site navigation from a NODE

Remove site navigation from a NODE

XF Compatibility
  1. 2.2.x
Short Description
Enhance your navigation with custom classes using editor.less. Adjust display settings or add new classes for sub-navs and narrow screen navs. Use browser inspection tools to find the correct page node ID.
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...
You do not have permission to view the full content of this resource. Log in or register now.
Author
axtona
Views
442
First release
Last update
Ratings 0.00 star(s) 0 ratings
Link was Broken? Send message to the Website Team and we will assist you quickly!
Support Developer If you are satisfied with the test or your project has earned you money, Click the More Information button to support the developer by purchasing.

More resources from axtona

Persona - Personalise Your Forum Identity A
Persona gives every member on your forum the tools to make their presence their own.
XenForo Media Gallery / XFMG A
XenForo Media Gallery is an official XenForo add-on which allows you to add a gallery to your XF2
Relevio.ai A
Relevio.ai 1.0.0
This is the XenForo add-on for Relevio, a unique context‑aware, rule‑driven moderation engine

Similar resources

[cXF] Change default FA node icon A
Would you like to change your default Font Awesome node icons like this?
[cXF] Node icons with image A
Would you like to change your default Font Awesome node icons with image like this?
Back
Top