calgaryx Posted December 24, 2024 Share Posted December 24, 2024 Hello there. I would like to redesign admin backend. Nothing special just some color change. I try to use css override /admin-xxxx/themes/default/css/overrides.css. But whatever i try it doesn't work. No changes. Prestashop version is 8.2 Any idea, suggestion...please. Thanks Thanks 1 Link to comment Share on other sites More sharing options...
ComGrafPL Posted December 24, 2024 Share Posted December 24, 2024 Last time on 1.7 i did on custom.css as two similar stores needed some BO color changes. Works fine after cache clear. Link to comment Share on other sites More sharing options...
calgaryx Posted December 24, 2024 Author Share Posted December 24, 2024 2 hours ago, ComGrafPL said: Last time on 1.7 i did on custom.css as two similar stores needed some BO color changes. Works fine after cache clear. Thanks for your replay. I tried custom.css it did not work. Link to comment Share on other sites More sharing options...
webprog Posted December 25, 2024 Share Posted December 25, 2024 There is no custom.css in prestashop 8.2. Try theme.css in \admin\themes\default\public But, better to unminimized it for comfortable use. Link to comment Share on other sites More sharing options...
calgaryx Posted December 25, 2024 Author Share Posted December 25, 2024 14 hours ago, webprog said: There is no custom.css in prestashop 8.2. Try theme.css in \admin\themes\default\public But, better to unminimized it for comfortable use. I tried even that. It doesn't work. Link to comment Share on other sites More sharing options...
webprog Posted December 26, 2024 Share Posted December 26, 2024 10 hours ago, calgaryx said: I tried even that. It doesn't work. ok, open your backoffice, press ctrl+shift+i - browser developer mode. And you will see the path to your .css file. Link to comment Share on other sites More sharing options...
Andrei H Posted December 26, 2024 Share Posted December 26, 2024 (edited) Hello, Can you try to follow the steps in my comment from this topic? I just tried with PrestaShop 8.2.0 and it works fine. I assume you either did not hard reload the browser window, as the CSS/JS is cached, or your specific styles have a lower specificity, thus other styles end up overriding them. Edited December 26, 2024 by Andrei H (see edit history) Link to comment Share on other sites More sharing options...
calgaryx Posted December 26, 2024 Author Share Posted December 26, 2024 7 hours ago, Andrei H said: Hello, Can you try to follow the steps in my comment from this topic? I just tried with PrestaShop 8.2.0 and it works fine. I assume you either did not hard reload the browser window, as the CSS/JS is cached, or your specific styles have a lower specificity, thus other styles end up overriding them. I read that post. I tried everything it doesn't work. Anything i tired no changes. Even i tried to add this css codes direct in(admin/themes/default/public/themes.css it does not work. .bootstrap .page-head .page-title { color: #292b2c !important; weight:600; } #header_infos { background: #f3f4f6 !important; } Thanks Link to comment Share on other sites More sharing options...
calgaryx Posted December 26, 2024 Author Share Posted December 26, 2024 8 hours ago, webprog said: ok, open your backoffice, press ctrl+shift+i - browser developer mode. And you will see the path to your .css file. Link to comment Share on other sites More sharing options...
calgaryx Posted December 26, 2024 Author Share Posted December 26, 2024 8 hours ago, scarletioshub said: Make sure to clear your browser and PrestaShop cache after editing overrides.css. Ensure the file path is correct and use specific CSS selectors to avoid conflicts. Check if the styles are being overridden using browser dev tools. You can also try adding custom CSS directly in Advanced Parameters > Theme settings. Hi there. I use Prestashop 8.2 i could not find menu link Advanced Parameters > Theme settings. Link to comment Share on other sites More sharing options...
calgaryx Posted December 26, 2024 Author Share Posted December 26, 2024 Finally i found out is css path. It use /admin/themes/new-theme/public/theme.css I tried to add some lines on top of that file. But no effect. I am not sure why. Any idea, suggestion please. Thanks Link to comment Share on other sites More sharing options...
calgaryx Posted December 27, 2024 Author Share Posted December 27, 2024 (edited) Four hours later, admin backend using /admin/themes/default/public/theme.css I do not understand. Why is this happening. Basically one day admin is use /admin/themes/new-theme/public/theme.css next day /admin/themes/default/public/theme.css. Or the changes i made two days ago will appear today ort next day. Any idea what happening? Thanks Edited December 27, 2024 by calgaryx (see edit history) Link to comment Share on other sites More sharing options...
webprog Posted December 27, 2024 Share Posted December 27, 2024 You can log in using different accounts. You can look and edit linked themes in ps_employee table. Link to comment Share on other sites More sharing options...
calgaryx Posted December 27, 2024 Author Share Posted December 27, 2024 10 hours ago, webprog said: You can log in using different accounts. You can look and edit linked themes in ps_employee table. I checked table ps_employee table. They all use same themes.css 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