cd /news/developer-tools/fuckbuttons-theme-css-code-this-is-a… · home topics developer-tools article
[ARTICLE · art-9374] src=gist.github.com ↗ pub= topic=developer-tools verified=true sentiment=· neutral

FuckButtons Theme/CSS-Code! This is a Discord Custom CSS code or Theme to remove certain annoying buttons, such as the Nitro Gift, Stickers, GIFS, Apps or the Voice Chat User Area's Activity button.

This is a Discord custom CSS theme called "FUCK BUTTONS Theme" created by OrieDargon to remove various interface buttons users may find annoying, including the Nitro Gift, Stickers, GIFs, Apps, and Voice Chat Activity buttons. The code is customizable, allowing users to edit or comment out specific sections to keep certain buttons they want. The theme was inspired by an older "Remove Buttons" theme that had become outdated due to Discord UI updates.

read2 min views10 publishedDec 23, 2025

FUCKBUTTONS.theme.css

  This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.

Learn more about bidirectional Unicode characters

Show hidden characters
/**

 * @name FUCK BUTTONS Theme

 * @author OrieDargon

 * @version 4.7

 * @description This is a CSS code or Theme for Discord to remove certain annoying buttons, such as the Nitro Gift, Stickers, GIFS, Apps or the Voice Chat User Area's Activity button. You can edit the code to remove ones you don't want removed.

 * @source https://gist.github.com/OrieDargon/220ec8eee4bd6ae1da043ca6f3f0cf9d

*/

/*This project is inspired by cheesits456's theme of a similar function, called "Remove Buttons" https://gist.github.com/cheesits456/41d659f932b5a574b5dfb9b391a4506e*/

/*They had not updated their theme in a few years, and with all the the new discord UI updates, I decided to figure out how to alter it in a way that works now with the help of the comment thread.*/

/*I'm not great at CSS code, so I might not be able to update this all the time. Lemme know if there are any issues, or if there's any buttons I should add optionally*/

/*You may remove or comment out any bit of code you want, if you would prefer to have certain buttons.*/

/*Removes: "Sticker Picker" button in the right of the chat box.*/

[class*="buttons__"] div[aria-label="Open sticker picker"] {

    display: none;

}

/*Removes: "GIF Picker" button in the right of the chat box.*/

[class*="buttons__"] div[aria-label="Open GIF picker"] {

    display: none;

}

/*Removes: "Nitro Gift" button in the right of the chat box.*/

[class*="buttons__"] div[aria-label="Send a gift"] {

    display: none;

}

[class*="buttons__"] div[aria-label="Give a Gift"] {

    display: none;

}

/*Removes: "Apps" button in the right of the chat box.*/

[class*="buttons__"] div[aria-label="Apps"] {

    display: none;

}

/*Removes: Voice Chat "Apps" button in Bottom Left User Area. You can also still access this if needed if you click into the voice call window.*/

[class*="actionButtons_"] button:nth-child(5) {

    display: none;

}

/*Voice Chat Channel "Invite to Voice" member-like popup when joining an empty VC*/

div.animation_f2170c {

	display: none;

}

/*DM Container's shop "deal/new/offer" badge*/

div.badge_c2b88c {

	display: none;

}

div.newBadge__4ed1a {

	display: none;

}

[class*="premiumBadge__"] {

	display: none;

}

/*Green Highlight Glow on left of Voice Chat*/

div.voiceChannelHighlightGlow_c69b6d {

	display: none;

}

div.voiceChannelHighlightBorder_c69b6d {

	display: none;

}

/*Voice Chat "user was here" member-like popup*/

div.row__70e41 {

	display: none;

}
── more in #developer-tools 4 stories · sorted by recency
── more on @oriedargon 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/fuckbuttons-theme-cs…] indexed:0 read:2min 2025-12-23 ·