# Disable the quote reply popup

**URL:** https://meta.discourse.org/t/disable-the-quote-reply-popup/50161
**Category:** Development
**Created:** [Setembro 14, 2016, 9:07pm UTC](https://meta.discourse.org/t/disable-the-quote-reply-popup/50161 "2016-09-14T21:07:38Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![kgish](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/kgish/32/121131_2.png) [@kgish](https://meta.discourse.org/u/kgish)
#### Post date: [Setembro 14, 2016, 9:07pm UTC](https://meta.discourse.org/t/disable-the-quote-reply-popup/50161/1 "2016-09-14T21:07:38Z")

</div>

I’ve developed a plugin which allows the user to select text, but the quote reply popup appears and gets in the way.

Is there someway that I can disable it?

---

<div class="post-metadata">

### Author: ![cpradio](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/cpradio/32/4970_2.png) [@cpradio](https://meta.discourse.org/u/cpradio)
#### Post date: [Setembro 14, 2016, 9:18pm UTC](https://meta.discourse.org/t/disable-the-quote-reply-popup/50161/2 "2016-09-14T21:18:14Z")

</div>

CSS

```plaintext
.quote-button { display: none !important; }

```
