Dev@SH Posted October 23, 2017 Share Posted October 23, 2017 Am I missing something super obvious? I have a custom file located here: /public_html/admin/templates/blend-new/css/custom.css and I have cleared my template cache countless times. The custom.css is just not getting pulled in / the all.min.css file is just not getting created with the changes. all.min.css = 664 css folder = 775 WHMCS version 7.3.0 Thoughts? _____________________________________ Or am I suppose to just add the custom.css <link href="templates/{$template}/css/custom.css?v={$versionHash}" rel="stylesheet" /> to the head of the template? 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted October 23, 2017 Share Posted October 23, 2017 35 minutes ago, Dev@SH said: Am I missing something super obvious? yes. only the client area templates are designed to look for a custom.css file - the admin area templates don't look for one by default. 35 minutes ago, Dev@SH said: Or am I suppose to just add the custom.css to the head of the template? you can do that - though you'd have to update the template after every WHMCS update... or you could use the hook below and forget about any need to update the template! 0 Quote Link to comment Share on other sites More sharing options...
Dev@SH Posted October 23, 2017 Author Share Posted October 23, 2017 Well... that explains it. I knew it was a Monday thing. Thank you for the help. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.