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. 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; }