# Logos

**Digital Nomad** supports **Dark Mode,** so you can add both a regular publication logo and a logo for a dark mode.

***

### **Logo/Author Tagline**

**Digital Nomad** now allows you to add a **custom tagline** beneath the publication's logo or author's name in both the header and footer for enhanced branding and messaging clarity.

The screenshots below display the tagline "*Marketing, Media, and Design*" beneath the logo/author.

<figure><img src="https://456903045-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6cOeGttqHsGsGDEJ7pUf%2Fuploads%2F8RxiUkEzaBLwhf6ybqjk%2Flocalhost_2368_%20(34).png?alt=media&#x26;token=2f97b0d8-1077-4f0d-8027-4ccf55a04bc4" alt=""><figcaption><p>"<em>Marketing, Media, and Design</em>" tagline</p></figcaption></figure>

<figure><img src="https://456903045-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6cOeGttqHsGsGDEJ7pUf%2Fuploads%2F6xyffVk9cWAVJUsxYqVJ%2Flocalhost_2368_%20(33).png?alt=media&#x26;token=d54d362d-6b4f-4d3b-9b39-b7e015a4e164" alt=""><figcaption><p>"<em>Marketing, Media, and Design</em>" tagline</p></figcaption></figure>

#### To add tagline:

* Go to **Settings > Code Injection** from the admin menu
* If you're looking to add a tagline beneath the author's name, simply insert the following code snippet into the **Site header** code injection area. Remember to replace `INSERT YOUR TAGLINE HERE` with your actual tagline.

```html
<style>
  .site-author__name::after {
    content: 'INSERT YOUR TAGLINE HERE';
  }
</style>
```

<figure><img src="https://456903045-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6cOeGttqHsGsGDEJ7pUf%2Fuploads%2FEuAWjLBLPNwdGJyMPgeW%2F%D0%A1%D0%BD%D0%B8%D0%BC%D0%BE%D0%BA%20%D1%8D%D0%BA%D1%80%D0%B0%D0%BD%D0%B0%202024-04-09%20%D0%B2%2011.36.31.png?alt=media&#x26;token=f749f658-cd98-4169-bb30-61c817506616" alt=""><figcaption><p>Example</p></figcaption></figure>

* If you're looking to add a tagline beneath the publication logo, simply insert the following code snippet into the **Site header** code injection area. Remember to replace `INSERT YOUR TAGLINE HERE` with your actual tagline.

<pre class="language-html"><code class="lang-html"><strong>&#x3C;style>
</strong>  .logo::after {
    content: 'INSERT YOUR TAGLINE HERE';
  }
&#x3C;/style>
</code></pre>

<figure><img src="https://456903045-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6cOeGttqHsGsGDEJ7pUf%2Fuploads%2FxarzcBYsH3aDZkVPAMjd%2F%D0%A1%D0%BD%D0%B8%D0%BC%D0%BE%D0%BA%20%D1%8D%D0%BA%D1%80%D0%B0%D0%BD%D0%B0%202024-04-09%20%D0%B2%2011.42.26.png?alt=media&#x26;token=f2af09d8-de4e-409c-883e-a5533f072f42" alt=""><figcaption></figcaption></figure>

* Click **Save**

***

### To upload regular Publication Logo:

1. Go to **Settings > Design & branding** from the admin menu
2. Click **Brand** in the **Design** settings sidebar on the right
3. Click **Upload logo** button in the **Publication logo** menu item

### To upload Dark Mode Logo:

1. Go to **Settings > Design & branding** from the admin menu
2. Click **Site-wide** in the **Design** settings sidebar on the right
3. Click **Upload** **image** button in the **Dark mode logo** menu item


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://highfivethemes.gitbook.io/digital-nomad-user-documentation/custom-settings/logos.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
