Jump to content

Edit History

Minsky_ae

Minsky_ae


Add @

Hi @fancynyc

For the logo, PrestaShop has an override file for the admin theme: yourAdminFolder/themes/default/css/overrides.css ; here you can override the img URL. Original CSS rule is:

#header_infos #header_logo {
    height: 100%;
    background: url(fbc2a379fdad6d5a1b10c881644bc5dd.png.png) no-repeat 0;
    width: 210.08px;
    width: 13.13rem;
}

But not sure where you can upload your custom image. 🤔

I didn't understand what you wanted to do with the profile.

Hope it helps a little!

Minsky_ae

Minsky_ae

Hi @fancynyc,

For the logo, PrestaShop has an override file for the admin theme: yourAdminFolder/themes/default/css/overrides.css ; here you can override the img URL. Original CSS rule is:

#header_infos #header_logo {
    height: 100%;
    background: url(fbc2a379fdad6d5a1b10c881644bc5dd.png.png) no-repeat 0;
    width: 210.08px;
    width: 13.13rem;
}

But not sure where you can upload your custom image. 🤔

I didn't understand what you wanted to do with the profile.

Hope it helps a little!

×
×
  • Create New...