Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Categories

In this Discussion

Who's Online 18

CurtisOdenericgilletteestsarowlwpwhu606422 +12 guests

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?

Comments

  • Posts: 248
    do you mean in the discussions index?
  • Posts: 408
    If you want to remove just the "New 0", Add this to your CSS file:.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.
  • Posts: 812
    what is the difference between those 2?
  • Posts: 408
    I updated my post to better describe what I was saying.
  • Posts: 812
    awesome thanks that helps a bunch
This discussion has been closed.