Adventure Ads New member Mar 11, 2023 #1 Is there a way to remove the 'New posts' & 'Post Thread' buttons from the node/forum index?
Solution N N Nicolas FR 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; } }
N Nicolas FR 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 2 Downvote Solution
Add this to your extra.less template: Less: [data-template="forum_list"] { .p-title-pageAction { display: none; } }