# Disable Click Counts?

**URL:** https://meta.discourse.org/t/disable-click-counts/146622
**Category:** Development
**Tags:** click-counter
**Created:** [April 2, 2020, 8:51pm UTC](https://meta.discourse.org/t/disable-click-counts/146622 "2020-04-02T20:51:06Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![jomaxro](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jomaxro/32/126216_2.png) [@jomaxro](https://meta.discourse.org/u/jomaxro)
#### Post date: [April 2, 2020, 8:55pm UTC](https://meta.discourse.org/t/disable-click-counts/146622/2 "2020-04-02T20:55:29Z")

</div>

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

```css
.badge.badge-notification.clicks {
    display: none;
}

```

---

_[View the full topic](https://meta.discourse.org/t/disable-click-counts/146622)._
