# Default Text Logo Not Working

**URL:** https://meta.discourse.org/t/default-text-logo-not-working/103936
**Category:** Bug
**Created:** [December 10, 2018, 7:28pm UTC](https://meta.discourse.org/t/default-text-logo-not-working/103936 "2018-12-10T19:28:09Z")
**Posts on this page:** 13
**Page:** 1

<div class="post-metadata">

### Author: ![LonghornRach](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/longhornrach/32/124461_2.png) [@LonghornRach](https://meta.discourse.org/u/LonghornRach)
#### Post date: [December 10, 2018, 7:28pm UTC](https://meta.discourse.org/t/default-text-logo-not-working/103936/1 "2018-12-10T19:28:09Z")

</div>

We do not have a logo for our site and I believe this means that it should default to our site title for a logo? However, I just see the Discourse logo. I don’t have any images uploaded in any of the logo settings, and am on the latest version of the software (414aa1f) at the time of this post.

---

<div class="post-metadata">

### Author: ![vinothkannans](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/vinothkannans/32/86465_2.png) [@vinothkannans](https://meta.discourse.org/u/vinothkannans)
#### Post date: [December 10, 2018, 8:58pm UTC](https://meta.discourse.org/t/default-text-logo-not-working/103936/2 "2018-12-10T20:58:21Z")

</div>

After the recent changes in logo settings somehow the `logo_url` site setting (which is depreciated and hidden now) is changed to its default value `/images/d-logo-sketch.png` when it is empty. You should remove the value in the console like below.

```
rails c
SiteSetting.logo_url = ""

```

---

<div class="post-metadata">

### Author: ![John\_Bartlet](https://avatars.discourse-cdn.com/v4/letter/j/e99b99/32.png) [@John\_Bartlet](https://meta.discourse.org/u/John_Bartlet)
#### Post date: [December 10, 2018, 11:22pm UTC](https://meta.discourse.org/t/default-text-logo-not-working/103936/4 "2018-12-10T23:22:53Z")

</div>

Hi there, I’m a bit of a newbie and I’m having the same isssue, where do I find the console?  
Any help would be much appreciated

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [December 10, 2018, 11:42pm UTC](https://meta.discourse.org/t/default-text-logo-not-working/103936/5 "2018-12-10T23:42:33Z")

</div>

If you did a [standard install](https://meta.discourse.org/t/142537?silent=true), you’d do this:

```plaintext
cd /var/discourse
./launcher enter app
rails c
SiteSetting.logo_url = ""
exit

```

---

<div class="post-metadata">

### Author: ![John\_Bartlet](https://avatars.discourse-cdn.com/v4/letter/j/e99b99/32.png) [@John\_Bartlet](https://meta.discourse.org/u/John_Bartlet)
#### Post date: [December 11, 2018, 12:29am UTC](https://meta.discourse.org/t/default-text-logo-not-working/103936/6 "2018-12-11T00:29:32Z")

</div>

Ah, thanks so much, I see.

---

<div class="post-metadata">

### Author: ![LonghornRach](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/longhornrach/32/124461_2.png) [@LonghornRach](https://meta.discourse.org/u/LonghornRach)
#### Post date: [December 11, 2018, 2:48pm UTC](https://meta.discourse.org/t/default-text-logo-not-working/103936/7 "2018-12-11T14:48:54Z")

</div>

Perfect, thanks @vinothkannans and @pfaffman

---

<div class="post-metadata">

### Author: ![jimmyfc23](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jimmyfc23/32/124031_2.png) [@jimmyfc23](https://meta.discourse.org/u/jimmyfc23)
#### Post date: [December 19, 2018, 3:45am UTC](https://meta.discourse.org/t/default-text-logo-not-working/103936/8 "2018-12-19T03:45:48Z")

</div>

I’ve had to do this each time a new release is created, can we make this change permanent?

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [December 19, 2018, 6:53am UTC](https://meta.discourse.org/t/default-text-logo-not-working/103936/9 "2018-12-19T06:53:47Z")

</div>

This is assigned to @tgxworld he is having a think about a more permanent solution here, we want to allow people to have text logos work.

---

<div class="post-metadata">

### Author: ![ufukayyildiz](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ufukayyildiz/32/217157_2.png) [@ufukayyildiz](https://meta.discourse.org/u/ufukayyildiz)
#### Post date: [January 1, 2019, 10:25pm UTC](https://meta.discourse.org/t/default-text-logo-not-working/103936/10 "2019-01-01T22:25:13Z")

</div>

Thanks. i am waiting

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [January 2, 2019, 12:04am UTC](https://meta.discourse.org/t/default-text-logo-not-working/103936/11 "2019-01-02T00:04:11Z")

</div>

No point in waiting imo… Just download [paint.net](http://paint.net) for now and draw a text logo for now. It is free: [https://www.getpaint.net/](https://www.getpaint.net/)

We will get to this, but you have a very trivial workaround.

---

<div class="post-metadata">

### Author: ![tgxworld](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tgxworld/32/106117_2.png) [@tgxworld](https://meta.discourse.org/u/tgxworld)
#### Post date: [January 2, 2019, 7:48am UTC](https://meta.discourse.org/t/default-text-logo-not-working/103936/13 "2019-01-02T07:48:32Z")

</div>

PR for this is up in

[https://github.com/discourse/discourse/pull/6843](https://github.com/discourse/discourse/pull/6843)

I had to add proper default support to upload site settings in order to recover the feature in a sane manner.

---

<div class="post-metadata">

### Author: ![tgxworld](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tgxworld/32/106117_2.png) [@tgxworld](https://meta.discourse.org/u/tgxworld)
#### Post date: [January 11, 2019, 7:48am UTC](https://meta.discourse.org/t/default-text-logo-not-working/103936/14 "2019-01-11T07:48:21Z")

</div>

This is fixed for the upcoming release in

[https://github.com/discourse/discourse/commit/2956c52e57de71c3e885c058d6dbcc3289705534](https://github.com/discourse/discourse/commit/2956c52e57de71c3e885c058d6dbcc3289705534)

I’m still discussing with @sam about the PR above.

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [January 23, 2019, 10:59am UTC](https://meta.discourse.org/t/default-text-logo-not-working/103936/15 "2019-01-23T10:59:54Z")

</div>


