How to start theme
Hello, I want to try change theme of filament admin ... but I dont know how start ...
I found "php artisan make:filament-theme" in docs but .. everything is almost empty ...
So I dont know how to override colors of filament navbars, backrounds etc
sorry for dumb question
Solution:Jump to solution
There is fi- css classes that you can override
https://beta.filamentphp.com/docs/3.x/support/style-customization...
6 Replies
check the docs
https://filamentphp.com/docs/3.x/panels/themes#creating-a-custom-theme
Make sure to run your assets build
if you looking for only change the colors
check
https://filamentphp.com/docs/3.x/panels/themes#changing-the-colors
Yeah i understand if i want change primary color, i change that variable ..
I have custom theme files generated also ..
but i dont know how override ..
for example body has bg-gray-50 .. I can add my own style to theme file... But then there will be duplicate bg in body
Same with filament navbar etc
Solution
There is fi- css classes that you can override
https://beta.filamentphp.com/docs/3.x/support/style-customization
this is it ! 😄 thanks ❤️
Hello, after customize fi classes, with which command i must generate new css?
Just run
npm run dev