© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
6 replies
Adnan Yalahow

Change side bar background color

how can i change the background of the navigation menu
Solution
You need to create a custom theme like this : https://filamentphp.com/docs/3.x/panels/themes#creating-a-custom-theme
This will create a css file in your /resources/css/filament directory (named theme.css for your panel). And next you can add your customized class on it, like :

.fi-sidebar {
    @apply !bg-gray-500;

    .fi-sidebar-header {
      //...
    }

    //...
}
.fi-sidebar {
    @apply !bg-gray-500;

    .fi-sidebar-header {
      //...
    }

    //...
}


dont forget run npm or yarn build / dev
Themes - Panel Builder - Filament
Jump to solution
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

change background color
FilamentFFilament / ❓┊help
3y ago
Change background color
FilamentFFilament / ❓┊help
3y ago
change row background color
FilamentFFilament / ❓┊help
2y ago
change row background color
FilamentFFilament / ❓┊help
2y ago