- XF Compatibility
- 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
You may want to add extra classes for the sub nav, the nav on narrow screens, etc. if that is also an...
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.