# Alle Emojis außer benutzerdefinierten deaktivieren / ausblenden

**URL:** https://meta.discourse.org/t/disable-hide-all-emojis-except-for-custom/91335
**Category:** Support
**Created:** [2. Juli 2018 um 02:56 UTC](https://meta.discourse.org/t/disable-hide-all-emojis-except-for-custom/91335 "2018-07-02T02:56:05Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Dirty420](https://avatars.discourse-cdn.com/v4/letter/d/b38774/32.png) [@Dirty420](https://meta.discourse.org/u/Dirty420)
#### Post date: [2. Juli 2018 um 02:56 UTC](https://meta.discourse.org/t/disable-hide-all-emojis-except-for-custom/91335/1 "2018-07-02T02:56:05Z")

</div>

Is there a way to disable or hide all emoji sets except for custom emojis?

---

<div class="post-metadata">

### Author: ![tshenry](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tshenry/32/119495_2.png) [@tshenry](https://meta.discourse.org/u/tshenry)
#### Post date: [6. Juli 2018 um 07:41 UTC](https://meta.discourse.org/t/disable-hide-all-emojis-except-for-custom/91335/2 "2018-07-06T07:41:54Z")

</div>

You can do this by adding the following CSS to your main theme under the Common tab. The following code will only show the custom emoji:

```css
.emoji-picker {
    .categories-column,
    .footer,
    .filter,
    [data-section="people"],
    [data-section="nature"],
    [data-section="food"],
    [data-section="celebration"],
    [data-section="activity"],
    [data-section="travel"],
    [data-section="objects"],
    [data-section="ungrouped"] .section-header {
        display: none;
    }
}

```

Since there is only one, custom set, I also set it up to hide the filter, the emoji category column, the skin tone selector, and the title text “ **Custom Emoji**.”

Hope that helps 🙂

---

<div class="post-metadata">

### Author: ![Dirty420](https://avatars.discourse-cdn.com/v4/letter/d/b38774/32.png) [@Dirty420](https://meta.discourse.org/u/Dirty420)
#### Post date: [7. Juli 2018 um 14:11 UTC](https://meta.discourse.org/t/disable-hide-all-emojis-except-for-custom/91335/3 "2018-07-07T14:11:09Z")

</div>

You are amazing , appreciate the help much @tshenry

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [6. August 2018 um 14:11 UTC](https://meta.discourse.org/t/disable-hide-all-emojis-except-for-custom/91335/4 "2018-08-06T14:11:09Z")

</div>

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