-
-
Notifications
You must be signed in to change notification settings - Fork 551
Custom CSS Snippets
Ariel Juodziukynas edited this page Jan 5, 2026
·
3 revisions
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;
}.gameList {
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}Replace the 200px with values.
- Home
- Troubleshooting
- Getting Started with Heroic
- Platforms
- Game Fixes
- Contributing
- Custom Themes
- Trivia