- Compatible XF Versions
- 2.x
Enter the following codes in the Extra.less template for your theme.
Hide top bar
Hide bottom bar
Hide top bar
Code:
.p-breadcrumbs:not(.p-breadcrumbs--bottom) {
display: none;
}
Code:
.p-breadcrumbs.p-breadcrumbs--bottom {
display...
You do not have permission to view the full content of this resource.
Log in or register now.