calgaryx Posted Tuesday at 03:15 PM Share Posted Tuesday at 03:15 PM 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 Tuesday at 04:59 PM Share Posted Tuesday at 04:59 PM 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 Tuesday at 07:15 PM Author Share Posted Tuesday at 07:15 PM 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 Wednesday at 06:16 AM Share Posted Wednesday at 06:16 AM 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 Wednesday at 08:44 PM Author Share Posted Wednesday at 08:44 PM 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 yesterday at 06:51 AM Share Posted yesterday at 06:51 AM 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 yesterday at 07:45 AM Share Posted yesterday at 07:45 AM (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 yesterday at 08:05 AM by Andrei H (see edit history) Link to comment Share on other sites More sharing options...
calgaryx Posted 23 hours ago Author Share Posted 23 hours ago 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 23 hours ago Author Share Posted 23 hours ago 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 23 hours ago Author Share Posted 23 hours ago 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 16 hours ago Author Share Posted 16 hours ago 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 11 hours ago Author Share Posted 11 hours ago (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 11 hours ago by calgaryx (see edit history) Link to comment Share on other sites More sharing options...
webprog Posted 10 hours ago Share Posted 10 hours ago 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...
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