# 如何为分类框设置样式？

**URL:** <https://meta.discourse.org/t/how-to-style-category-boxes/331109>\
**Category:** Support\
**Created:** [2024年十月16日 06:55 UTC](https://meta.discourse.org/t/how-to-style-category-boxes/331109 "2024-10-16T06:55:48Z")\
**Posts on this page:** 1\
**Showing post:** 5

<div class="post-metadata">

**Author:** ![Lilly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lilly/32/575047_2.png) [@Lilly](https://meta.discourse.org/u/Lilly)\
**Post date:** [2024年十月28日 05:10 UTC](https://meta.discourse.org/t/how-to-style-category-boxes/331109/5 "2024-10-28T05:10:35Z")

</div>

在主题或主题组件的通用 CSS 中：

```scss
.category-boxes .description,
.category-boxes h3 {
    text-align: left;
}

```

结果截图：

 ![Screenshot 2024-10-27 at 10.09.09 PM](https://global.discourse-cdn.com/meta/original/4X/d/7/d/d7dff8948d67b0f55f95da8dd6a4afc62be51404.jpeg)

---

_[View the full topic](https://meta.discourse.org/t/how-to-style-category-boxes/331109)._
