© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
disable the user avatar/menu during onboarding? - Filament
F
Filament
•
2y ago
•
59 replies
stursby
disable the user avatar/menu during onboarding?
Is there an easy way to just turn off the little user avatar
/menu in the top right during user signup flow
?
Solution
If you extend the EmailVerificationPrompt page
, you can just add
protected bool $hasTopbar = false;
protected bool $hasTopbar = false;
to get rid off the topbar
Jump to solution
Filament
Join
A powerful open-source UI framework for Laravel • Build and ship apps & admin panels fast with Livewire
20,181
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Recent Announcements
Next page
Similar Threads
Disable avatar
F
Filament / ❓┊help
4y ago
Disable User Menu on Guest Panel
F
Filament / ❓┊help
15mo ago
Custom user avatar
F
Filament / ❓┊help
3y ago
User Image (Avatar)
F
Filament / ❓┊help
3y ago