Many thanks for this great theme component
We also use the Babble plugin on our site. Unfortunately, the badge icons show up there too, which makes quite a mess out of the chat. Any chance you could deactivate it for Babble?
Edit: I could hack it with this css, so at least the badge icons are a little more contained:
.poster-icon-container span.poster-icon img {
height: 1em !important;
width: 1em !important;
}