在主题中用自定义图标替换 Discourse 的默认 SVG 图标

我将使用 CSS 隐藏它,并为其添加一个新按钮。

Common / CSS

.sidebar-section-wrapper {
  li[data-list-item-name=docs] {
    display: none !important;
  }
}

在 More > Customize this section 中添加一个新按钮

3 个赞