ecommdev Posted June 1, 2014 Share Posted June 1, 2014 (edited) Hello, I need to edit admin login page for backoffice with 1.6.0.6. I would like to edit the page with changing the prestashop logo and links in the footer of the admin login page. Can someone please provide instructions where to find the file for editing? I imagine many people would find this post helpful and if its already been posted before, please provide link to the post. Thank you for your time. Edited June 2, 2014 by ecommdev (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted June 2, 2014 Share Posted June 2, 2014 go to: ADMIN_DIR/themes/default/template/controllers/login/content.tpl there is a code: <div id="login-footer"> <p class="text-center text-muted"> <a href="http://www.prestashop.com/" onclick="return !window.open(this.href);"> © PrestaShop™ 2007-{$smarty.now|date_format:"%Y"} - All rights reserved </a> </p> <p class="text-center"> <a class="link-social link-twitter" href="https://twitter.com/PrestaShop" target="_blank" title="Twitter"> <i class="icon-twitter"></i> </a> <a class="link-social link-facebook" href="https://www.facebook.com/prestashop" target="_blank" title="Facebook"> <i class="icon-facebook"></i> </a> <a class="link-social link-github" href="https://github.com/PrestaShop/PrestaShop/" target="_blank" title="Github"> <i class="icon-github"></i> </a> <a class="link-social link-google" href="https://plus.google.com/+prestashop/" target="_blank" title="Google"> <i class="icon-google-plus"></i> </a> </p> </div> and: <h1 class="text-center"> <img id="logo" width="40px" src="{$img_dir}icon-prestashop.svg"/> PRESTASHOP </h1> 8 Link to comment Share on other sites More sharing options...
nspinheiro Posted July 29, 2014 Share Posted July 29, 2014 Hi can i please recall this subject to ask how to change the background colour? Link to comment Share on other sites More sharing options...
vekia Posted July 30, 2014 Share Posted July 30, 2014 only backgrund on admin login page? Link to comment Share on other sites More sharing options...
nspinheiro Posted July 31, 2014 Share Posted July 31, 2014 only backgrund on admin login page? Yes, but if it has to the same for all thats ok. I just need a plain Orange or white (in this case, changing the white letters to orange). If it's possible to change the "prestashop" on top to the company logo, that would also be great Link to comment Share on other sites More sharing options...
Recommended Posts