How Do I Hide the Discord Server List?

//

Scott Campbell

How Do I Hide the Discord Server List?

Discord is a widely popular communication platform for gamers and communities. One of its prominent features is the server list, which displays all the servers you are a part of on the left-hand side of the screen.

While this feature can be helpful for quickly accessing your favorite servers, some users may prefer a more streamlined interface without the distraction of a long server list. In this tutorial, we will explore how to hide the Discord server list using various methods.

Method 1: Using Compact Mode

If you want to temporarily hide the server list without losing access to it completely, Discord provides a built-in option called Compact Mode. Here’s how you can enable it:

  1. Open Discord and go to User Settings by clicking on the gear icon at the bottom left corner.
  2. In User Settings, navigate to Appearance in the left sidebar.
  3. Scroll down until you find “Advanced” under “App Settings” and toggle on “Developer Mode”.
  4. Now go back to Appearance and scroll down until you see “Compact Mode”. Enable this option by toggling it on.

Note: Compact Mode also allows you to resize your chat box by clicking and dragging its edge.

Method 2: Using Custom CSS

If you want a more permanent solution and have knowledge of CSS (Cascading Style Sheets), you can use custom CSS code to hide the server list. Here’s how:

  1. In Discord, go to User Settings and navigate to Appearance.
  2. Scroll down until you see “Custom CSS” under “Advanced”.
  3. Toggle on “Custom CSS”. A text box will appear where you can enter your CSS code.
  4. Enter the following CSS code to hide the server list:
#app-mount .guilds-wrapper {
  display: none !important;
}

Once you’ve entered the code, click on “Save Changes” to apply it. The server list should now be hidden.

Method 3: Using Third-Party Themes

If you’re using Discord on a desktop client, you can also customize its appearance by installing third-party themes. Some of these themes offer options to hide or customize the server list. Here’s how you can install a theme:

  1. Download and install a third-party theme engine for Discord, such as BetterDiscord or Powercord.
  2. Visit websites or forums dedicated to Discord themes and choose a theme that suits your preferences.
  3. Follow the instructions provided by the theme creator to install and apply the theme.

Note: Be cautious when downloading and installing third-party software or themes. Make sure to use trusted sources and exercise caution to avoid any security risks.

Conclusion

The Discord server list is a useful feature for managing multiple servers, but sometimes it can be overwhelming or distracting. Whether you prefer a more compact interface, want to customize Discord using CSS, or explore third-party themes, these methods offer various ways to hide or modify the server list according to your preferences. Choose the method that best suits your needs and enjoy a personalized Discord experience!

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

Privacy Policy