Customizing Admin Panel
Created 5 years ago by jzachary

Is there a relatively easy approach to branding the admin panel? Just need minor color or logo changes that don't get wiped with an admin them update.

pcosta94  —  5 years ago

Hi, to do those minor changes you should find in scss of the theme in 'core/pyrocms/accelerant-theme/resources/scss/theme'.

jzachary  —  5 years ago

yes, I know how to make the changes. I want to make the changes and they survive future updates.

ryanthompson  —  5 years ago

I would write an extension to simply add assets to the theme.css or whatever collection to override for admin requests (to ensure targeting the admin theme). $asset->add($collection, $asset) in a boot method of the service provider for example.