XF 2.2 Removing article structItem-statuses

Maybe
Less:
[data-template="forum_view"]
.fa-file-alt:before {
    display: none;
}
or simply
Less:
.fa-file-alt:before {
    display: none;
}
 
If you use this code
Less:
.structItem-statuses, .structItem-extraInfo {
    display: none;
}
Margin will be removed but all icons will be removed from thread_view pages too (hot thread, sticky...)
 
Back
Top Bottom