Jump to content

How to remove the backoffice logo in prestashop 1.7.6 and


Recommended Posts

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!

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

  • 3 weeks later...
On 7/8/2020 at 12:58 PM, Minsky_ae said:

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!

Hi, @Minsky_ae, not quite understand. In my overrides.css, it says

 

/* This stylesheet should be used to add your custom styles to the back-office without using the Sass sources. It will be loaded after all the default styles.
You should NOT edit any other exisiting back-office CSS file manually: they are generated by the Sass preprocessor: http://www.sass-lang.com/ . */

 

From here, do you mean I can add new css rules here to override the previous one?

  • Like 1
Link to comment
Share on other sites

Hi @Fred Peng,

Exactly, normally you can use the overrides.css file to add custom CSS rules for your back-office (back-office only, for the front it's another CSS file in your themes folder). The comment say that, add your rules here instead of directly modifying PS other files. ;)

  • Like 1
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...