# Text alongside logo in discourse both linked

**URL:** https://meta.discourse.org/t/text-alongside-logo-in-discourse-both-linked/218345
**Category:** Support
**Created:** [February 16, 2022, 10:46am UTC](https://meta.discourse.org/t/text-alongside-logo-in-discourse-both-linked/218345 "2022-02-16T10:46:21Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![Canapin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/canapin/32/119591_2.png) [@Canapin](https://meta.discourse.org/u/Canapin)
#### Post date: [February 16, 2022, 12:39pm UTC](https://meta.discourse.org/t/text-alongside-logo-in-discourse-both-linked/218345/4 "2022-02-16T12:39:12Z")

</div>

First, there’s is kind of a typo on the very first CSS line (`:`written twice).  
Then, if you change the selector to target the actual link that contains the logo:

```css
.d-header .title a:after {

```

Then the text will be contained in the `<a>` tag and have the link as well.

![image](https://global.discourse-cdn.com/meta/original/3X/6/6/66639bd8c84f7863948f7aceb46dba6c66259933.png)

> It looks like the way that this is done on this site is to have a wide logo that includes the text. How about doing that?

Weirdly, [Robert](https://meta.discourse.org/t/image-and-text-as-logo/138996/2) asked the same question i the linked topic and had no reply either 🙃

---

_[View the full topic](https://meta.discourse.org/t/text-alongside-logo-in-discourse-both-linked/218345)._
