# 有没有办法在特定主题中隐藏“我也一样”按钮？

**URL:** <https://meta.discourse.org/t/is-there-a-way-to-suppress-the-me-too-button-on-a-specific-topic/413259>\
**Category:** Feature\
**Tags:** solved\
**Created:** [2026年九月24日 17:33 UTC](https://meta.discourse.org/t/is-there-a-way-to-suppress-the-me-too-button-on-a-specific-topic/413259 "2026-09-24T17:33:54Z")\
**Posts on this page:** 1\
**Showing post:** 3

<div class="post-metadata">

**Author:** ![putty](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/putty/32/370902_2.png) [@putty](https://meta.discourse.org/u/putty)\
**Post date:** [2026年九月24日 19:20 UTC](https://meta.discourse.org/t/is-there-a-way-to-suppress-the-me-too-button-on-a-specific-topic/413259/3 "2026-09-24T19:20:17Z")

</div>

如果存在（隐藏的）标签时将其隐藏，会怎样？

```plaintext
body.tag-YOUR-TAG-HERE .post-action-menu__solved-shared-issue {
  display: none;
}

```

---

_[View the full topic](https://meta.discourse.org/t/is-there-a-way-to-suppress-the-me-too-button-on-a-specific-topic/413259)._
