# Horizon 主题分类图片

**URL:** https://meta.discourse.org/t/horizon-theme-category-images-not-displaying-bug/381733
**Category:** Support
**Tags:** horizon-theme
**Created:** [2025 年9 月 5 日 16:40 UTC](https://meta.discourse.org/t/horizon-theme-category-images-not-displaying-bug/381733 "2025-09-05T16:40:25Z")
**Posts on this page:** 1
**Showing post:** 15

<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: [2025 年9 月 18 日 19:21 UTC](https://meta.discourse.org/t/horizon-theme-category-images-not-displaying-bug/381733/15 "2025-09-18T19:21:43Z")

</div>

您好 @Nick-Permaculture

感谢您的耐心等待。

我们确实省略了这些分类徽标，因为它们不符合我们为 Horizon 选择的方向。我们希望专注于我们新的图标/表情符号选项，它们看起来像

 ![CleanShot 2025-09-18 at 13.15.34@2x](https://global.discourse-cdn.com/meta/original/4X/d/7/f/d7f3137a9c1a089c2b4cced8f5a368fd4cd057d5.png)

因此，恐怕我不会在主题本身中调整这一点。

不过，您可以将此自定义代码段添加到您的网站，它应该可以用您的分类徽标替换这些框。

```plaintext
.category-box:has(.category-logo .aspect-image) {
  .category-logo {
    display: block;

    .aspect-image img {
      margin-left: 0;
    }
  }

  .category-box-heading .badge-category.--style-square::before {
    display: none;
  }
}

```

---

_[View the full topic](https://meta.discourse.org/t/horizon-theme-category-images-not-displaying-bug/381733)._
