Jump to content

How to remove the prestashop logo from the backoffice?


anonymousbrax

Recommended Posts

 

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

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> *}

commentCode.png

 

Sorry for my English

Link to comment
Share on other sites

  • 3 years later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...