Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Hide Friend and Group Counts


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 =)

Skip to toolbar