For example in the body I am given markdown/HTML/etc capability. Does anyone know a way to bring attention to the topic title? ( IE color, bold, styling etc. )
Kind Regards
For example in the body I am given markdown/HTML/etc capability. Does anyone know a way to bring attention to the topic title? ( IE color, bold, styling etc. )
Kind Regards
您可以基于特定标签或分类来定位您的 CSS。
有两个区域可以将特定于分类或标签的样式添加到主题中。
在主题列表中
我们会将主题的类别及其标签都添加到包含该项目的 <tr> 元素中。因此,位于 #meta 类别且具有 automotive 和 machines 标签的主题,在浏览器的检查工具中会显示如下:
![]()
如果您想基于类别对其进行定位,请使用 tr.category-meta 作为选择器。如果您想基于标签 automotive 进行定位,请使用 tr.tag-automotive,以此类推。
在主题页面上
我们在这里也执行相同的操作。我们会在主题页面上添加相应的类别和标签类。唯一的区别是,我们将它们添加到 <body> 标签中。因此,其显示如下:
![]()
您可以在此处阅读更多关于如何为您的 Discourse 站点添加 CSS 的信息: