Can I add/replace the WordPress image in the Dashboard

Is it possible to change the WordPress logo and header in the Dashboard so I can customise it a little more to my business? Ideally it could be done in a way so that it wouldn’t break every time I upgrade WordPress to the latest version.

Related posts

Leave a Reply

2 comments

  1. Yes, admin customization is possible though the details are not really flushed out much anywhere except existing code.

    Basically, you enqueue styles and use the “cascading” part of CSS to override selectors and other CSS elements. Try checking out how plugins like this one do it.