> For the complete documentation index, see [llms.txt](https://docs.ektothemes.com/guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ektothemes.com/guides/haas/customization/logo.md).

# Logo

The Publication logo is a native Ghost feature used to display your brand logo in the site’s navbar. If no logo is uploaded, the site title will be shown instead.

### Step-by-step:

{% stepper %}
{% step %}
Go to **"Design & branding"** in Ghost Admin and click **"Customize"**.
{% endstep %}

{% step %}
Under **"Publication logo"**, click **"Upload logo"** and select your file.
{% endstep %}

{% step %}
Click **"Save"** to apply the update.
{% endstep %}
{% endstepper %}

### Secondary logo

This theme lets you upload a secondary logo for the footer, dark scheme, and dark mode, ensuring your branding stays consistent across all color variations.

#### Step-by-step:

{% stepper %}
{% step %}
Go to **"Design & branding"** in Ghost Admin and click **"Customize"**.
{% endstep %}

{% step %}
In the theme settings tab, find the **"Secondary logo"** option under the site-wide settings.
{% endstep %}

{% step %}
Click **"Upload image"** and select the image file.
{% endstep %}

{% step %}
Click **"Save"** to apply your changes.
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
If no secondary logo is uploaded, the publication logo will be used instead.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://docs.ektothemes.com/guides/haas/customization/logo.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.
