XF 2.1 How Do I Remove This?

extra.less:

.block.block--category.block--category6 {
display: none;
}

or:

.block.block--category.block--category6 .block-body {
display: none;
}

Hint:
6 = is my CategorieID. Change this to your ID
 
Updates: I just noticed that nodes are not showing in the quick post (post thread icon) at the index, any way around this?
Solved with extra.less tweak.
 
Last edited:
Back
Top Bottom