# 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 color 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: 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/craft/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.
