移除话题底部的“置顶”按钮

您好,有没有办法移除主题底部的“置顶”按钮?

您可以使用 CSS 隐藏它 (Making custom CSS changes on your site)

#topic-footer-buttons .pinned-button{
    display: none;
}

您想隐藏它做什么?

4 个赞

我喜欢 Discourse,但我认为它充斥着按钮、选项和视图,这让初学者感到不安,难以理解。因此,我想移除所有我认为“有则更好”,但并非必需的东西。这个按钮就是其中之一。

1 个赞

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.