fancynyc Posted July 1, 2020 Share Posted July 1, 2020 How to remove the logo for 1.7.6.5? and the profile everything safely Thanks for help! Link to comment Share on other sites More sharing options...
Minsky_ae Posted July 8, 2020 Share Posted July 8, 2020 (edited) 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 July 8, 2020 by Minsky_ae Add @ (see edit history) 1 Link to comment Share on other sites More sharing options...
Fred Peng Posted July 23, 2020 Share Posted July 23, 2020 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? 1 Link to comment Share on other sites More sharing options...
Minsky_ae Posted July 24, 2020 Share Posted July 24, 2020 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. 1 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