I would like to remove breadcrumbs from page node 5 only.
I can remove them on forum_list by adding
.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...
I set Groups & permissions > User group permissions > Unregistered / Unconfirmed > View thread content > No
Now guests/unregistered can not view posts in example.com/whats-new/
Can I give a list of the 20 newest threads to guests who don't have view thread content? I want them to see the...
This goes in extra.css. Change 69 to be your link forum node and image.png to be your image.
//
.node--id69.node--link .node-icon i:before {
background-image: url('images/image.png');
background-size: 44px 44px;
display: inline-block;
width: 44px;
height: 44px;
content:"";
}
To remove the "New posts New Media..." part it is in PAGE_CONTAINER template line 355.
<div class="hScroller-scroll">
This is the code to put a little padding:
<div class="p-sectionLinks p-sectionLinks--empty"></div>