# How to use a different logo on the login screen

**URL:** https://meta.discourse.org/t/how-to-use-a-different-logo-on-the-login-screen/387479
**Category:** Support
**Created:** [3 november 2025 om 17:43 UTC](https://meta.discourse.org/t/how-to-use-a-different-logo-on-the-login-screen/387479 "2025-11-03T17:43:47Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![chapoi](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chapoi/32/537252_2.png) [@chapoi](https://meta.discourse.org/u/chapoi)
#### Post date: [4 november 2025 om 13:54 UTC](https://meta.discourse.org/t/how-to-use-a-different-logo-on-the-login-screen/387479/3 "2025-11-04T13:54:40Z")

</div>

We are aware of the problem that a small % of forums have who use a white logo. While I really appreciate how annoying this is, it’s impossible for the default to “work” for everything.

> [@Jack\_McCarthy](#):
>
> Is there a way to change the logo image in specific pages?

There isn’t exactly a way to do in settings, but your best bet is to indeed use custom css. There is a class anchor for the signup pages:

```plaintext
.signup-page, 
.login-page { 
.d-header-wrap {// colour} 
}

```

Let me know if this works for you!

---

_[View the full topic](https://meta.discourse.org/t/how-to-use-a-different-logo-on-the-login-screen/387479)._
