Some Guy
New member
I would like to remove breadcrumbs from page node 5 only.
I can remove them on forum_list by adding
but I want them removed from just Page Node 5. So basically what is the CSS reference for /admin.php?pages/Information.138
Removing it from all pages would be ok too.
I can remove them on forum_list by adding
CSS:
.forum_list .breadBoxTop {
display: none;
}
.forum_list .breadBoxBottom {
display: none;
}
.forum_list .titleBar {
display: none;
}
but I want them removed from just Page Node 5. So basically what is the CSS reference for /admin.php?pages/Information.138
Removing it from all pages would be ok too.
Last edited: