Remove "pinned" button at bottom of topic

Hello, is there a way to remove the “pinned” button at the bottom of topics?

You can hide it with css (Make CSS changes on Your Site)

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

Why do you want to hide it?

4 Likes

I like discourse, but I think it is too cluttered with buttons, options and views. Makes it kind of restless and harder to grasp for beginners. So I want to get rid of everything that I think is nice to have, but not really necessary. This button is one of them.

1 Like