Jump to content

Redesign Admin backend.


calgaryx

Recommended Posts

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

  • Like 1
Link to comment
Share on other sites

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 by Andrei H (see edit history)
Link to comment
Share on other sites

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

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

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 by calgaryx (see edit history)
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...