-
-
Notifications
You must be signed in to change notification settings - Fork 539
Custom CSS Snippets
Ariel Juodziukynas edited this page Nov 20, 2025
·
1 revision
Heroic has a feature to use custom CSS themes. This feature is good to style Heroic but users may want to edit the current theme without having to create a custom one, or they want to apply customizations to Heroic that will persist between changing themes without having to apply the same CSS to each theme.
For that, Heroic supports a Custom CSS advanced feature in Settings (in the sidebar) > Advanced.
This page collects a few frequently asked customizations.
.store-icon {
display: none;
}[data-tour="sidebar-docs"] {
display: none !important;
}[data-tour="sidebar-community"] {
display: none;
}.SidebarItemWithSubmenu:has([data-tour="sidebar-stores"]) {
display: none;
}- Home
- Troubleshooting
- Getting Started with Heroic
- Platforms
- Game Fixes
- Contributing
- Custom Themes
- Trivia