XF 2.2 Remove New posts & Post thread from forum index

Solution
D
Add this to your extra.less template:
Less:
[data-template="forum_list"] {
    .p-title-pageAction {
        display: none;
    }
}
Back
Top Bottom