3 Replies
You probably have to override the
notification.blade.php
and remove <x-filament-notifications::close-button />
But, by doing that you make it harder to upgrade, because any future updates to that blade file will have to be manually applied by you every time you update to the latest Filament.Or just use css π
Yes, CSS would be much simpler! π