# Schedule site logo changes?

**URL:** https://meta.discourse.org/t/schedule-site-logo-changes/406727
**Category:** Support
**Created:** [July 3, 2026, 5:24am UTC](https://meta.discourse.org/t/schedule-site-logo-changes/406727 "2026-07-03T05:24:08Z")
**Posts on this page:** 1
**Showing post:** 2

<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: [July 3, 2026, 11:05am UTC](https://meta.discourse.org/t/schedule-site-logo-changes/406727/2 "2026-07-03T11:05:07Z")

</div>

No plugin exists specifically for this, but there’s a value transformer called `home-logo-image-url` that could be used for this case I think. So maybe you can build a small theme component that:

1. Uploads your seasonal logos as theme assets
2. Uses `api.registerValueTransformer("home-logo-image-url", ...)` to return the seasonal logo URL when today’s date falls within your configured window, and the default logo otherwise

It would make a useful addition to the theme component ecosystem! 🙂

---

_[View the full topic](https://meta.discourse.org/t/schedule-site-logo-changes/406727)._
