thianbrodie Posted February 21, 2020 Share Posted February 21, 2020 Hi all, There is a link in your code; admin/templates/blend(orv4)/header.tpl <link href="{\WHMCS\Utility\Environment\WebHelper::getBaseUrl()}/assets/css/fontawesome-all.min.css" rel="stylesheet" /> This conflicts with my theme, I have tried deleting it, emptying cache, commenting it out etc but I can not get rid of it, can anyone please advise? Thian 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted February 22, 2020 Share Posted February 22, 2020 (edited) a call to a css file in an admin area template should have no impact on the client area template output. I think your issue lies with incorrect code in your custom theme on how you're referencing the font awesome icons - you're using... <i class="fa fa-android"></i> whereas, because these are all brands, you should be using fab... <i class="fab fa-android"></i> Edited February 22, 2020 by brian! 0 Quote Link to comment Share on other sites More sharing options...
thianbrodie Posted February 22, 2020 Author Share Posted February 22, 2020 Hi Brian Perfect i will change the code as described, It was when I deleted the link as in the attachment, the icons popped back so thought that was a conflict. Thanks for your time and advice. Thian 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.