# Remove "pinned" button at bottom of topic

**URL:** https://meta.discourse.org/t/remove-pinned-button-at-bottom-of-topic/330040
**Category:** Support
**Created:** [October 9, 2024, 8:09am UTC](https://meta.discourse.org/t/remove-pinned-button-at-bottom-of-topic/330040 "2024-10-09T08:09:35Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![Moin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/moin/32/554653_2.png) [@Moin](https://meta.discourse.org/u/Moin)
#### Post date: [October 9, 2024, 8:22am UTC](https://meta.discourse.org/t/remove-pinned-button-at-bottom-of-topic/330040/2 "2024-10-09T08:22:15Z")

</div>

You can hide it with css ([Making custom CSS changes on your site](https://meta.discourse.org/t/make-css-changes-on-your-site/168101))

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

```

Why do you want to hide it?

---

_[View the full topic](https://meta.discourse.org/t/remove-pinned-button-at-bottom-of-topic/330040)._
