嘿,tshenry。我看到了这个主题组件,但它显示在整个论坛中(而且仅在子分类中),我只是想让它显示在分类页面的分类块/列表中。Discourse 目前唯一的选项是放置一个 .png 图像。
.navigation-categories .category-text-title .category-name{
position: relative;
&:before{
position: relative;
font-family: "Font Awesome 5 Pro";
content: "\f054";
font-weight: 900;
}
这是我正在尝试的,使用 Font Awesome 图标。
同样的请求:
