File upload preview green gradient
How do I remove the green gradient so that I can see the whole logo while uploading it ?
Solution:Jump to solution
the file uploader uses Filepond, so you can check the classes and overwrite them in css
7 Replies
Solution
the file uploader uses Filepond, so you can check the classes and overwrite them in css
Can you please tell me at which file I have to write override CSS code?
For the attached screen shot.
I have checked the document and follow the step but found no change .
https://filamentphp.com/docs/3.x/panels/themes#creating-a-custom-theme
not a file
the css classes, try to use the dev tools to find out the class that give the green color and change it in your theme css file, the one that generated by the command
yes i am writing code in the theme.css file which is generated by the command .
php artisan make:filament-theme
and after adding css in the theme.css i also run (npm run build) command. but no change found .
try the
-
success` one!
that green for success, and it will be red for failure uploadsThanks, its done at my side after hard refresh and view clear (php artisan view:clear)