# Possible to change main logo URL?

**URL:** https://meta.discourse.org/t/possible-to-change-main-logo-url/206918
**Category:** Support
**Created:** [October 24, 2021, 10:15pm UTC](https://meta.discourse.org/t/possible-to-change-main-logo-url/206918 "2021-10-24T22:15:23Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![renato](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/renato/32/383632_2.png) [@renato](https://meta.discourse.org/u/renato)
#### Post date: [October 24, 2021, 10:57pm UTC](https://meta.discourse.org/t/possible-to-change-main-logo-url/206918/2 "2021-10-24T22:57:19Z")

</div>

I did it like this in my community, added to a theme component:

```js
<script type="text/discourse-plugin" version="0.8">
  api.changeWidgetSetting('home-logo', 'href', 'https://mywebsite.com');
</script>

```

---

_[View the full topic](https://meta.discourse.org/t/possible-to-change-main-logo-url/206918)._
