Default vTiger Login Page has a lot of elements which are just advertisements or links to their website. As a business you usually would not want to see something like that. There’s an easy fix to remove all of those elements. You can either follow the instructions below and do it yourself or just download the cleaned up login page. Instructions: Go to “vtigercrm/Smarty/templates/” Open Login.tpl Go to Line 22, it should be blank, add <!– Go to Line 64, it should be blank, add –> Go to Line 67, there should be “<div>Powered by vtiger CRM – {$VTIGER_VERSION}</div>“, add <!– and –> around it: <!– <div>Powered by vtiger CRM – {$VTIGER_VERSION}</div> –> Go to Line 91, there should be “<div> class=”importantLinks”>”, add <!– in front of it: <!– <div> class=”importantLinks> Go to Line 97, there should be “<div>”, add –> at the end of it: <div> –> Go to