如何为分类框设置样式?

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

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

结果截图:

1 个赞