# בעיה בכותרת הקטגוריות מאז העדכון

**URL:** https://meta.discourse.org/t/probleme-entete-categories-depuis-mise-a-jour/379098
**Category:** Support
**Created:** [18 באוגוסט,‏ 2025,‏ 7:18pm UTC](https://meta.discourse.org/t/probleme-entete-categories-depuis-mise-a-jour/379098 "2025-08-18T19:18:10Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![gilles](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/gilles/32/549022_2.png) [@gilles](https://meta.discourse.org/u/gilles)
#### Post date: [18 באוגוסט,‏ 2025,‏ 7:18pm UTC](https://meta.discourse.org/t/probleme-entete-categories-depuis-mise-a-jour/379098/1 "2025-08-18T19:18:10Z")

</div>

Hello,  
I wish to remove the block for the description and logo of the categories  
I had solved it with the command to remove it  
.category-heading { display: none; }  
but since the update, the block has returned

 ![image](https://global.discourse-cdn.com/meta/original/4X/a/7/a/a7a4e1530ca3f4ef489979b8e9f8b1f69941f7c2.png)

Do you know how to solve this problem to remove it again?

Thank you

---

<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: [18 באוגוסט,‏ 2025,‏ 7:23pm UTC](https://meta.discourse.org/t/probleme-entete-categories-depuis-mise-a-jour/379098/2 "2025-08-18T19:23:03Z")

</div>

אני חושב שאחרי עדכון, ה-CSS המותאם אישית שלך הוסר.

כדי להסיר את הבלוק הזה, אם אתה מנהל, הסר את תמונת הלוגו של הקטגוריה והבאנר ייעלם גם כן.

---

<div class="post-metadata">

### Author: ![rburkej](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/rburkej/32/117094_2.png) [@rburkej](https://meta.discourse.org/u/rburkej)
#### Post date: [18 באוגוסט,‏ 2025,‏ 7:24pm UTC](https://meta.discourse.org/t/probleme-entete-categories-depuis-mise-a-jour/379098/3 "2025-08-18T19:24:07Z")

</div>

Mine has a slightly different issue: On the home page.

 ![image](https://global.discourse-cdn.com/meta/original/4X/c/f/c/cfc8d34f960a9d96f82daefce6c41db8bbdad5b5.png)

And once I am on the category page:

 ![image](https://global.discourse-cdn.com/meta/original/4X/7/5/9/7598a80c876e2a8f0664c242697cf9e8e6d5f51e.png)

---

<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: [18 באוגוסט,‏ 2025,‏ 7:27pm UTC](https://meta.discourse.org/t/probleme-entete-categories-depuis-mise-a-jour/379098/4 "2025-08-18T19:27:30Z")

</div>

Yes, there’s been a recent change to these:

[https://github.com/discourse/discourse/pull/34081](https://github.com/discourse/discourse/pull/34081)

There’s nothing to it, but fiddling around with custom css to make it work again with your specific image. (Or better yet, provide an image with a 1:1 ratio.)

Example with:

```plaintext
.category-heading__logo.category-logo.aspect-image {
  width: auto;
  height: 100px; 
}

```

Might need some tweaks for mobile vs desktop.

---

<div class="post-metadata">

### Author: ![gilles](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/gilles/32/549022_2.png) [@gilles](https://meta.discourse.org/u/gilles)
#### Post date: [18 באוגוסט,‏ 2025,‏ 8:14pm UTC](https://meta.discourse.org/t/probleme-entete-categories-depuis-mise-a-jour/379098/5 "2025-08-18T20:14:15Z")

</div>

תודה על המשוב שלך.  
ואכן, אתה צודק כאשר אני מסיר את הלוגו של הקטגוריה, אין לי יותר את הלוגו והתיאור.  
אבל אני רוצה לשמור את הלוגו של הקטגוריה שלי בדף הראשי ולא לקבל יותר את הלוגו והתיאור כשאני נכנס לקטגוריה.  
הפקודה `.category-heading { display: none; }` עדיין קיימת אך אין לה שום השפעה על הנושא שלי.

---

<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: [18 באוגוסט,‏ 2025,‏ 8:17pm UTC](https://meta.discourse.org/t/probleme-entete-categories-depuis-mise-a-jour/379098/6 "2025-08-18T20:17:59Z")

</div>

ייתכן שהספציפיות השתנתה, האם תוכל לבדוק זאת ב-inspector?  
אם אינך יודע כיצד, נסה לשנות את ה-css שלך ל:

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

ולראות אם זה פותר את הבעיה.

---

<div class="post-metadata">

### Author: ![gilles](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/gilles/32/549022_2.png) [@gilles](https://meta.discourse.org/u/gilles)
#### Post date: [18 באוגוסט,‏ 2025,‏ 8:24pm UTC](https://meta.discourse.org/t/probleme-entete-categories-depuis-mise-a-jour/379098/7 "2025-08-18T20:24:50Z")

</div>

> [@chapoi](#):
>
> `.category-heading.--has-logo { display: none; }`

Great, that works  
thanks 👍

---

<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: [17 בספטמבר,‏ 2025,‏ 8:25pm UTC](https://meta.discourse.org/t/probleme-entete-categories-depuis-mise-a-jour/379098/8 "2025-09-17T20:25:38Z")

</div>

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