# 移动端 Air 主题分类信息

**URL:** <https://meta.discourse.org/t/air-theme-category-info-on-mobile/410740>\
**Category:** Support\
**Tags:** air-theme\
**Created:** [2026年八月23日 17:51 UTC](https://meta.discourse.org/t/air-theme-category-info-on-mobile/410740 "2026-08-23T17:51:01Z")\
**Posts on this page:** 1\
**Showing post:** 2

<div class="post-metadata">

**Author:** ![chapoi](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chapoi/32/537252_2.png) [@chapoi](https://meta.discourse.org/u/chapoi)\
**Post date:** [2026年八月24日 07:47 UTC](https://meta.discourse.org/t/air-theme-category-info-on-mobile/410740/2 "2026-08-24T07:47:09Z")

</div>

你好！

据我所知，目前没有设置可以在移动端隐藏分类横幅。

幸运的是，如果你只想在移动端完全隐藏它，可以通过添加一段简单的 CSS 代码来实现：

```plaintext
@media (max-width: 767px) {
  .category-heading.--has-logo {
    display: none;
  }
}

```

---

_[View the full topic](https://meta.discourse.org/t/air-theme-category-info-on-mobile/410740)._
