HESK3 Admin Panel Themes
Moderator: mkoch227
HESK3 Admin Panel Themes
Something I've notice when trying to customize HESK to my own desires is that everything that's discussed regarding it only seems to apply to the customer portal side of life. The admin panel, meanwhile, seems to be completely undiscussed all around. My desire is to recolor the admin panel itself to a darker theme, as I, as the primary admin viewing it, find lighter themes to be a bit painful on the eyes after a while. Is there any actual documentation revolving around the admin panel's customization?
Re: HESK3 Admin Panel Themes
The admin panel uses file /css/app.css (with debug mode ON) or /css/app.min.css (with debug mode OFF).
Modify these two style files to control the look of your admin panel.
Modify these two style files to control the look of your admin panel.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Re: HESK3 Admin Panel Themes
Alright, I'll play around with that then. Thank you!