Silverjerk Posted January 22, 2012 Share Posted January 22, 2012 I've created a custom template for my WHMCS installation and am in the process of making changes to the CSS. Unfortunately, none of my CSS changes since the initial upload of my custom CSS files are displaying. Is there a hidden cache file I'm missing that needs to be deleted? 0 Quote Link to comment Share on other sites More sharing options...
Silverjerk Posted January 22, 2012 Author Share Posted January 22, 2012 I resolved this issue. I was link the CSS files outside of the template folder with "../css/style.css" So I changed this link to point directly to my template's CSS folder "/whmcs/templates/custom_template/css/style.css" Hopefully this will help anyone else having the same issue. 0 Quote Link to comment Share on other sites More sharing options...
laszlof Posted January 22, 2012 Share Posted January 22, 2012 if you're linking to stuff inside the your template directory, you should use something like <link href="templates/{$template}/css/style.css" rel="stylesheet" type="text/css" /> 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.