Skip to:
Content
Pages
Categories
Search
Top
Bottom

Hide Friend and Group Counts

  • Is there a way to remove the counts next to the Friends and Groups fields in each member’s profile?

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)

  • Mike
    Participant

    @suchaqd

    a#user-friends span {
    display: none;
    }

    a#user-groups span {
    display: none;
    }

    same for the other things.. just replace “blogs” or whatever else you need. You can figure it out by using the http://getfirebug.com/ plugin for Firefox =)

    Cool, thanks for this. Where do I put this code?

    Thakls

    Is it possible to remove the parenthesis around the counts and style just the counts differently? I’m new here and can’t find the location in the theme files to remove them and potentially add new tags for styling. thanks in advance.

    `bp-default/members/index.php` has “ and so forth. this could be child via a child theme

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Hide Friend and Group Counts’ is closed to new replies.
Skip to toolbar