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:
- Open Discord and go to User Settings by clicking on the gear icon at the bottom left corner.
- In User Settings, navigate to Appearance in the left sidebar.
- Scroll down until you find “Advanced” under “App Settings” and toggle on “Developer Mode”.
- 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:
- In Discord, go to User Settings and navigate to Appearance.
- Scroll down until you see “Custom CSS” under “Advanced”.
- Toggle on “Custom CSS”. A text box will appear where you can enter your CSS code.
- 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:
- Download and install a third-party theme engine for Discord, such as BetterDiscord or Powercord.
- Visit websites or forums dedicated to Discord themes and choose a theme that suits your preferences.
- 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!