How do I increase the badges and icons next to twitch username on Kapchat?

How do I increase the badges and icons next to twitch username on Kapchat? It seems smaller than the font. I wouldd like it a bit bigger than the font. Thanks

Hiya, you can play around with the β€˜.tag’ size, you can set the width and height for the badges, for example:

.tag {
    width: 25px!important;
    height: 25px!important;
}
1 Like

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