# Remove numbered circles that appear next to weblinks

**URL:** https://meta.discourse.org/t/remove-numbered-circles-that-appear-next-to-weblinks/103156
**Category:** Development
**Tags:** click-counter
**Created:** [November 30, 2018, 10:47am UTC](https://meta.discourse.org/t/remove-numbered-circles-that-appear-next-to-weblinks/103156 "2018-11-30T10:47:05Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![christian\_01](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/christian_01/32/162392_2.png) [@christian\_01](https://meta.discourse.org/u/christian_01)
#### Post date: [November 30, 2018, 10:47am UTC](https://meta.discourse.org/t/remove-numbered-circles-that-appear-next-to-weblinks/103156/1 "2018-11-30T10:47:05Z")

</div>

Any idea how to remove the little numbered circles that appear next to weblinks?

Thank you in advance,

---

<div class="post-metadata">

### Author: ![Bas](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/bas/32/294929_2.png) [@Bas](https://meta.discourse.org/u/Bas)
#### Post date: [November 30, 2018, 11:00am UTC](https://meta.discourse.org/t/remove-numbered-circles-that-appear-next-to-weblinks/103156/2 "2018-11-30T11:00:50Z")

</div>

Add

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

```

to your custom CSS 🙂

---

<div class="post-metadata">

### Author: ![christian\_01](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/christian_01/32/162392_2.png) [@christian\_01](https://meta.discourse.org/u/christian_01)
#### Post date: [November 30, 2018, 11:14am UTC](https://meta.discourse.org/t/remove-numbered-circles-that-appear-next-to-weblinks/103156/3 "2018-11-30T11:14:40Z")

</div>

Sorry, I’m not a developer and have no idea how to do that. Please advise on menu settings.

Sorry in advance!

---

<div class="post-metadata">

### Author: ![Bas](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/bas/32/294929_2.png) [@Bas](https://meta.discourse.org/u/Bas)
#### Post date: [November 30, 2018, 12:26pm UTC](https://meta.discourse.org/t/remove-numbered-circles-that-appear-next-to-weblinks/103156/4 "2018-11-30T12:26:07Z")

</div>

Ah 🙂

Go to admin menu  
themes  
click [the theme you want to change, probably `default`]  
edit css/html button  
paste the above  
save

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [October 3, 2021, 1:28am UTC](https://meta.discourse.org/t/remove-numbered-circles-that-appear-next-to-weblinks/103156/5 "2021-10-03T01:28:38Z")

</div>



---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [January 24, 2024, 4:15pm UTC](https://meta.discourse.org/t/remove-numbered-circles-that-appear-next-to-weblinks/103156/6 "2024-01-24T16:15:24Z")

</div>

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