Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
how to remove 'New 0' (or or whatever number) feature?
how to remove 'New 0' (or or whatever number) feature?
so yeah
how do i remove it?
0
This discussion has been closed.
Comments
.NoNewComments .DiscussionNew { display: none !important; }
To remove the "New X" completely from all discussions (even those with new posts) change ".NoNewComments
" to ".Discussion
".Update: Wording; added !important modifier.