トピック下部の「ピン留め」ボタンを削除

CSS を使用して非表示にできます (Making custom CSS changes on your site)

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

なぜ非表示にしたいのですか?

「いいね!」 4