Hiding Chat Badges

I can hide chat badges by targeting the “chat-badge” class with a display:none in a browser capture, but it doesn’t work in KapChat.

Can anyone tell me what div is used in KapChat? I just want to hide all badge icons so the only thing that shows up is names.

Tx bbz

Found it, the class in KapChat is apparently “tag”. So,

.tag {
display: none;
}

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.