anonymousbrax Posted February 5, 2017 Share Posted February 5, 2017 How can I remove the Prestashop logo that is located inside the backoffice in the upper left corner? Please check the sample attachment.... Thank you in advance! Link to comment Share on other sites More sharing options...
nadie Posted February 5, 2017 Share Posted February 5, 2017 How can I remove the Prestashop logo that is located inside the backoffice in the upper left corner? Please check the sample attachment.... Thank you in advance! For example: You can replace the image from the ftp or file manager of the hosting. Logo BackOffice -> Prestashop 1.6 Rute: /folder_admin/themes/default/img/prestashop-avatar-header_shopname.png Other option in "css" admin /folder_admin/themes/default/css/admin-theme.css Css: #header_shopversion { font-size: 1.3em !important; position: relative; height: 36px; background: url(../img/prestashop-avatar-header_shopname.png) no-repeat top left; background-size: auto 36px; padding-left: 140px !important; margin: 0 5px 0 0; } Sorry for my English Link to comment Share on other sites More sharing options...
nadie Posted February 5, 2017 Share Posted February 5, 2017 For example: You can replace the image from the ftp or file manager of the hosting. Logo BackOffice -> Prestashop 1.6 Rute: /folder_admin/themes/default/img/prestashop-avatar-header_shopname.png Other option in "css" admin /folder_admin/themes/default/css/admin-theme.css Css: #header_shopversion { font-size: 1.3em !important; position: relative; height: 36px; background: url(../img/prestashop-avatar-header_shopname.png) no-repeat top left; background-size: auto 36px; padding-left: 140px !important; margin: 0 5px 0 0; } Sorry for my English Other option Edit file: /folder_admin/themes/default/template/header.tpl Comment this code: <a id="header_shopversion" href="{$default_tab_link|escape:'html':'UTF-8'}"> <span id="shop_version">{$version}</span> </a> {* <a id="header_shopversion" href="{$default_tab_link|escape:'html':'UTF-8'}"> <span id="shop_version">{$version}</span> </a> *} Sorry for my English Link to comment Share on other sites More sharing options...
Fred Peng Posted July 22, 2020 Share Posted July 22, 2020 On 2/5/2017 at 5:37 PM, nadie said: Rute: /folder_admin/themes/default/img/prestashop-avatar-header_shopname.png This is not working for me, though my shop version is 1.7.6.5. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now