Disable Click Counts?

Is there a setting to disable to click counts to external links? I’m not sure I want everyone to see how many clicks we are sending to another site.

2 Likes

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

Thank you! That worked perfectly.

3 Likes

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