ForumExplorer Active member Mar 11, 2023 #1 Is there a way to remove the 'New posts' & 'Post Thread' buttons from the node/forum index?
Solution O O Old Nick Mar 11, 2023 Add this to your extra.less template: Less: [data-template="forum_list"] { .p-title-pageAction { display: none; } }
Add this to your extra.less template: Less: [data-template="forum_list"] { .p-title-pageAction { display: none; } }
O Old Nick Well-known member Mar 11, 2023 #2 Add this to your extra.less template: Less: [data-template="forum_list"] { .p-title-pageAction { display: none; } } Upvote 3 Downvote Solution
Add this to your extra.less template: Less: [data-template="forum_list"] { .p-title-pageAction { display: none; } }