# 모바일에서 카테고리 제목 숨기는 방법

**URL:** https://meta.discourse.org/t/how-to-hide-category-heading-on-mobile/384029
**Category:** Support
**Created:** [9월 24, 2025, 3:57오후 UTC](https://meta.discourse.org/t/how-to-hide-category-heading-on-mobile/384029 "2025-09-24T15:57:19Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![Moin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/moin/32/554653_2.png) [@Moin](https://meta.discourse.org/u/Moin)
#### Post date: [9월 24, 2025, 4:15오후 UTC](https://meta.discourse.org/t/how-to-hide-category-heading-on-mobile/384029/2 "2025-09-24T16:15:15Z")

</div>

네, 그 배너는 카테고리 로고가 있는 카테고리에 표시되는 핵심 기능입니다.  
이 CSS를 사용하여 숨길 수 있다고 생각합니다.

> [@gru](#):
>
> ```plaintext
> .category-heading {
> display: none;
> }
> 
> ```

이렇게 하면 모든 기기에서 숨겨집니다.

---

_[View the full topic](https://meta.discourse.org/t/how-to-hide-category-heading-on-mobile/384029)._
