# 我无法在移动设备上禁用 flair 或用户头衔

**URL:** <https://meta.discourse.org/t/i-am-not-able-to-disable-flair-or-user-titles-on-mobile/394264>\
**Category:** Support\
**Created:** [2026年一月24日 22:49 UTC](https://meta.discourse.org/t/i-am-not-able-to-disable-flair-or-user-titles-on-mobile/394264 "2026-01-24T22:49:38Z")\
**Posts on this page:** 1\
**Showing post:** 2

<div class="post-metadata">

**Author:** ![Lilly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lilly/32/575047_2.png) [@Lilly](https://meta.discourse.org/u/Lilly)\
**Post date:** [2026年一月25日 01:17 UTC](https://meta.discourse.org/t/i-am-not-able-to-disable-flair-or-user-titles-on-mobile/394264/2 "2026-01-25T01:17:36Z")

</div>

如果将其放入 common css 选项卡中，这是否有效？

```scss

@include viewport.until(md) {
  
  .topic-avatar .avatar-flair {
      display: none;
  }
}

```

---

_[View the full topic](https://meta.discourse.org/t/i-am-not-able-to-disable-flair-or-user-titles-on-mobile/394264)._
