Supprimer le bouton « Épinglé » en bas du sujet

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 « J'aime »

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 « J'aime »

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