Custom CSS in backend
Hi,
Can we use custom css in backend to modify colors, show/hide modules in backend ?
Thanks.
3 Replies
Yes, you can use the blade stack called
extra_css
to add CSS (inline or loading a file) using @push('extra_css')
, or by overriding the head partial.
Btw, I noticed you are asking a lot of questions that have been asked numerous times, here and on GitHub, please use search before posting.Thanks for reply. and I certainly will do that.
May I know where exactly do we need use this stack @push('extra_css')