# 我怎样隐藏侧边栏中的徽章链接？

**URL:** <https://meta.discourse.org/t/how-can-i-hide-the-badges-link-in-the-sidebar/240488>\
**Category:** Development\
**Tags:** css, sidebar\
**Created:** [2022年九月30日 09:55 UTC](https://meta.discourse.org/t/how-can-i-hide-the-badges-link-in-the-sidebar/240488 "2022-09-30T09:55:00Z")\
**Posts on this page:** 1\
**Showing post:** 5

<div class="post-metadata">

**Author:** ![Don](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/don/32/228726_2.png) [@Don](https://meta.discourse.org/u/Don)\
**Post date:** [2022年十月2日 13:02 UTC](https://meta.discourse.org/t/how-can-i-hide-the-badges-link-in-the-sidebar/240488/5 "2022-10-02T13:02:27Z")

</div>

你好，

你可以用这个隐藏它。 🙂

```scss
.sidebar-section-link-wrapper {
  .sidebar-section-link.sidebar-section-link-badges {
    display: none;
  }
}

```

---

_[View the full topic](https://meta.discourse.org/t/how-can-i-hide-the-badges-link-in-the-sidebar/240488)._
