# 中心类别标志

**URL:** https://meta.discourse.org/t/center-category-logo/334083
**Category:** UX
**Created:** [2024年十一月1日 20:18 UTC](https://meta.discourse.org/t/center-category-logo/334083 "2024-11-01T20:18:18Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)
#### Post date: [2024年十一月1日 21:12 UTC](https://meta.discourse.org/t/center-category-logo/334083/2 "2024-11-01T21:12:01Z")

</div>

您是指像这样的分类页面吗？

 ![The image shows a screenshot of a webpage with a blue icon featuring an open book and a green plant growing out of it, alongside the text "Helpful resources you may need." (Captioned by AI)](https://global.discourse-cdn.com/meta/original/4X/b/3/7/b37ac6f1c160a35425986d1f0b3598ba14c4f128.png)

看起来您使用的是入门套餐的试用版，该套餐不允许自定义主题。您需要升级到标准套餐才能实现此功能。

通过自定义主题，您可以添加如下 CSS 来实现：

```css
.category-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}

```

以获得如下效果：

 ![This image shows a webpage header with a green logo, a text headline, and several navigation buttons. (Captioned by AI)](https://global.discourse-cdn.com/meta/original/4X/2/3/7/2375c7c28e2a30361a10a36bfd33ef9551a6bbd6.png)

---

_[View the full topic](https://meta.discourse.org/t/center-category-logo/334083)._
