Jump to content

¿Como Cambiar el Logo del Admin Panel v.1.7.3 ? [Solucionado]


VIRALMARKTING

Recommended Posts

En 14/3/2018 a las 11:59 PM, intviralmarket dijo:

¡Hola a tod@s!

En la imagen podrán ver los detalles a mi pregunta esperando que sus respuestas puedan ser de mucha utilidad como siempre a los que a diario nos visitan en el foro para aclarar nuestras dudas. 

 

Screenshot3.png

En esta guía  https://victor-rodenas.com/eliminar-logo-del-panel-de-administracion-en-prestashop-1-7/   tienes indicado los ficheros TPL para ocultar la linea del TPL :

Además, te comento lo siguiente a modo adicional:

URL imagen logo BackOffice:

/admin_carpeta/themes/default/img/prestashop-avatar-header_shopname.png
/admin_carpeta/themes/new-theme/public/8a486134dd38f7185b6dda1e09ad091e.png

CSS: 

File: /admin_carpeta/themes/default/css/admin-theme.css

 

#header_logo {
    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: 205px !important;
    margin: 0 5px 0 0;
}

File: /administracion/themes/new-theme/public/theme.css

 

.main-header>.logo {
    display: inline-block;
    background: url(8a486134dd38f7185b6dda1e09ad091e.png) no-repeat 50%;
    height: 100%;
    width: 210.08px;
    width: 13.13rem;
}

 

------------

Url Imagen logo Pinguino acceso:

/img/[email protected]

---

Revisa tanto lo del enlace como lo que te comento aquí y haz lo que veas mas conveniente.

 

Saludos,

Edited by nadie
Updated message (see edit history)
  • Thanks 1
Link to comment
Share on other sites

* Novedad:

He actualizado información del enlace de arriba y información de los TPLS en el enlace de mi blog

https://www.prestashop.com/forums/topic/687262-¿como-cambiar-el-logo-del-admin-panel-v173-solucionado/?do=findComment&comment=2718020

Revisalo porque son varios ficheros y en algunas secciones se seguia viendo el logo.

Saludos,

Edited by nadie (see edit history)
  • Like 1
Link to comment
Share on other sites

  • 1 year later...

Buenas, he intentando cambiar el logo del BO y lo he cambiado directamente en el archivo admin-theme.css y por alguna razon cuando he guardado el archivo...ha dejado de funcionar todos los estilos en el backoffice. Cuando he vuelto a mirar el archivo he visto que se ha guardado con trozos de codigo que contienen<0x00> o <0x02>. He recuperado el mismo archivo de otro entorno en el que tenia cargada la misma tienda, pero sigue sin funcionar.

 

¿Alguna idea de como recuperar los estilos en css para el BO?

Link to comment
Share on other sites

  • 1 year later...
On 3/15/2018 at 3:53 PM, nadie said:

In this guide  https://victor-rodenas.com/eliminar-logo-del-panel-de-administracion-en-prestashop-1-7/    you have indicated the TPL files to hide the TPL line:

In addition, I comment the following in addition:

BackOffice logo image URL:

/admin_folder/themes/default/img/prestashop-avatar-header_shopname.png
/admin_folder/themes/new-theme/public/8a486134dd38f7185b6dda1e09ad091e.png

CSS: 

File: /admin_folder/themes/default/css/admin-theme.css

 


File: /administracion/themes/new-theme/public/theme.css

 


 

------------

Url Image logo Penguin access:

/img/[email protected]

---

Check both the link and what I tell you here and do what you see most convenient.

 

Regards,

Hi, @no one, how if I want to change the logo of BO but not remove. I have tried many ways but not working. My PrestaShop version is 1.7.6.5. Do you have any idea? 

Link to comment
Share on other sites

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...