© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•13mo ago•
8 replies
frame

Style tenant dropdown when user only has access to a single tenant

I would like to remove hover effects and the arrow down icon if the user only has a single tenant. Is that possible? I am not using a tenant profile page or other tenant menu items.
Solution
My dumb ass doesn't know how to publish it so use this css instead
/* Style tenant menu button if no dropdown */

.fi-sidebar-nav-tenant-menu-ctn .fi-dropdown-trigger:only-child button.fi-tenant-menu-trigger {
    @apply bg-inherit cursor-auto;
}

.fi-sidebar-nav-tenant-menu-ctn .fi-dropdown-trigger:only-child svg[icon-alias="panels::tenant-menu.toggle-button"] {
    @apply invisible;
}
/* Style tenant menu button if no dropdown */

.fi-sidebar-nav-tenant-menu-ctn .fi-dropdown-trigger:only-child button.fi-tenant-menu-trigger {
    @apply bg-inherit cursor-auto;
}

.fi-sidebar-nav-tenant-menu-ctn .fi-dropdown-trigger:only-child svg[icon-alias="panels::tenant-menu.toggle-button"] {
    @apply invisible;
}
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

Only allow a single tenant
FilamentFFilament / ❓┊help
3y ago
Empty tenant dropdown
FilamentFFilament / ❓┊help
2y ago
Attached user to a tenant
FilamentFFilament / ❓┊help
2y ago
Tenant Dropdown Stacking Issue
FilamentFFilament / ❓┊help
6mo ago