You want to hide them or you want the number of members to be show where the heading is? Sorry, it's a bit unclear what you're asking. I assume you want to hide them based off post subject. To hide the member count you just need to override the following language strings to empty strings.
USERS_COUNT_MEMBERS
SITENAME_HAS_TOTAL_REGISTERED_MEMBERS
This can be done using language overrides feature shown below.
www.joomlapolis.com/blog/kyle/18701-language-overrides-have-arrived
To hide the title you can either remove the title from the userlist in CB > List Management or use the below CSS.
Code:
.cbUserListTitle {
display: none;
}
You can add custom CSS to CB using the CSS overrides feature shown below.
www.joomlapolis.com/blog/kyle/18711-template-css-overrides-made-easy