# So verstecken Sie die Kategorieüberschrift auf Mobilgeräten

**URL:** https://meta.discourse.org/t/how-to-hide-category-heading-on-mobile/384029
**Category:** Support
**Created:** [24. September 2025 um 15:57 UTC](https://meta.discourse.org/t/how-to-hide-category-heading-on-mobile/384029 "2025-09-24T15:57:19Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Aurora](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/aurora/32/523140_2.png) [@Aurora](https://meta.discourse.org/u/Aurora)
#### Post date: [24. September 2025 um 15:57 UTC](https://meta.discourse.org/t/how-to-hide-category-heading-on-mobile/384029/1 "2025-09-24T15:57:19Z")

</div>

Wenn es ein Bild in der Kategorie gibt - habe ich immer so einen Sticky header. Dadurch wird mobil der halbe Bildschirm verdeckt.

Ist das bei anderen auch so?

---

<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: [24. September 2025 um 16:15 UTC](https://meta.discourse.org/t/how-to-hide-category-heading-on-mobile/384029/2 "2025-09-24T16:15:15Z")

</div>

Ja, dieses Banner ist ein Kernmerkmal, das angezeigt wird, wenn eine Kategorie ein Kategorie-Logo hat.  
Ich denke, Sie können dieses CSS verwenden, um es auszublenden.

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

Das würde es auf allen Geräten ausblenden.

---

<div class="post-metadata">

### Author: ![Aurora](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/aurora/32/523140_2.png) [@Aurora](https://meta.discourse.org/u/Aurora)
#### Post date: [25. September 2025 um 13:50 UTC](https://meta.discourse.org/t/how-to-hide-category-heading-on-mobile/384029/3 "2025-09-25T13:50:26Z")

</div>

Danke, aber es funktioniert leider nicht.

---

<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: [25. September 2025 um 15:31 UTC](https://meta.discourse.org/t/how-to-hide-category-heading-on-mobile/384029/4 "2025-09-25T15:31:38Z")

</div>

@Aurora, es muss wahrscheinlich spezifischer sein

```plaintext
.category-heading.--has-logo { display: none; }

```

---

<div class="post-metadata">

### Author: ![Aurora](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/aurora/32/523140_2.png) [@Aurora](https://meta.discourse.org/u/Aurora)
#### Post date: [25. September 2025 um 17:59 UTC](https://meta.discourse.org/t/how-to-hide-category-heading-on-mobile/384029/5 "2025-09-25T17:59:41Z")

</div>

Danke – das funktioniert!

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [25. Oktober 2025 um 18:00 UTC](https://meta.discourse.org/t/how-to-hide-category-heading-on-mobile/384029/6 "2025-10-25T18:00:00Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
