Disable Click Counts?

I don’t believe there’s a setting to disable the count, but you can hide it via CSS. Something like this should work.

.badge.badge-notification.clicks {
    display: none;
}
11 Likes