Can You Hide the Server List on Discord?

//

Heather Bennett

Can You Hide the Server List on Discord?

If you’re an avid user of Discord, you may have wondered if it’s possible to hide the server list. Whether you want to declutter your Discord interface or keep your server list private, this article will guide you through the steps to achieve it.

Method 1: Using Compact Mode

Discord offers a feature called “Compact Mode” that allows you to hide the server list and make more room for your chat windows. Here’s how to enable it:

  1. Open Discord and click on the gear icon located at the bottom left corner of the screen. This will open the User Settings.
  2. In the User Settings menu, click on “Appearance” in the left sidebar.
  3. Scroll down until you find the “Advanced” section and toggle on the “Compact Mode” option.

Note: Enabling Compact Mode will also hide other elements such as channel categories and user lists.

Method 2: Using Custom CSS

If you prefer a more advanced solution, you can use custom CSS to hide the server list. Follow these steps:

  1. Open Discord and press Ctrl + Shift + I (Windows) or Cmd + Option + I (Mac) to open Developer Tools.
  2. In Developer Tools, navigate to the “Console” tab.
  3. Paste the following code snippet into the console and press Enter:
.sidebar-2K8pFh { display: none; }

This code Targets the CSS class associated with the server list and hides it from view.

Method 3: Third-Party Themes

If you want more customization options, you can install third-party themes for Discord. These themes often come with the ability to hide or modify various elements of Discord’s interface, including the server list.

To use third-party themes, you’ll need a plugin like BetterDiscord or Powercord. Here’s how to get started:

  1. Download and install BetterDiscord or Powercord from their respective websites.
  2. Once installed, restart Discord and navigate to the settings for BetterDiscord/Powercord.
  3. Browse through the available themes and find one that suits your preferences.
  4. Apply the theme and customize it to hide the server list if desired.

Note: Be cautious when installing third-party plugins and themes. Make sure they come from trusted sources to avoid any security risks.

In Conclusion

In this article, we explored three methods to hide the server list on Discord. Whether you choose to use Compact Mode, custom CSS, or third-party themes, you can now customize your Discord interface to suit your preferences. Enjoy a clutter-free experience in Discord!

Discord Server - Web Server - Private Server - DNS Server - Object-Oriented Programming - Scripting - Data Types - Data Structures

Privacy Policy