Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1218537
    margley
    Participant

    Hi,
    I would like to hide the notifications on user profiles that say “O Messages”, “0 Friend Notifications”, “0 Group Notifications”, etc. I’ve tried to implement the following code, but it doesn’t seem to be working…

    div#object-nav span.no-count {
      display: none;
    }
    #1218538
    margley
    Participant
    This reply has been marked as private.
    #1218805
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! To resolve this, please have your code updated and use this instead:

    div#object-nav span.no-count {
      display: none !important;
    }

    Hope this helps. Kindly let us know.

    #1220235
    margley
    Participant

    That worked! Thank you!

    #1220263
    Prasant Rai
    Moderator

    You are most welcome. 🙂

  • <script> jQuery(function($){ $("#no-reply-1218537 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>