[Answered ]-Django cms 3.4.1 admin dlogo

2👍

CMS uses another app for it’s admin styling called djangocms-admin-style. and the top of admin can be customised by overriding the branding.html file seen here;

https://github.com/divio/djangocms-admin-style/blob/master/djangocms_admin_style/templates/admin/inc/branding.html

So if you create admin/inc/branding.html in your project’s templates directory you will be able to change the content.

Leave a comment