> For the complete documentation index, see [llms.txt](https://help.fluorescent.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.fluorescent.co/stiletto/pages/header/logo.md).

# Logo

Replace the store title with a custom logo image. We recommend a logo image with a transparent background and a minimum width of 50px in PNG format.

{% hint style="info" %}
Looking to design your own logo? Give [Shopify's Hatchful logo creator](https://hatchful.shopify.com/) a try.
{% endhint %}

<details>

<summary><mark style="color:blue;"><strong>STEPS</strong></mark></summary>

In your theme editor (**Customize**):

1. Click on the **Header** section to open the section settings.

   <img src="/files/e0iqXBchBIk6184Wx4Ma" alt="" width="563">
2. Under **Logo**, click **Select image** and use the file selector to select or upload your logo file.

   > We recommend using a logo with a transparent background (PNG format).
3. Use the **Logo width** slider to make your logo larger or smaller on either desktop or mobile.

   > We recommend using the original pixel width of your uploaded image.
4. Click **Save**.

</details>

<sub><mark style="color:$info;">Click Header section to find settings<mark style="color:$info;"></sub>

| Setting                                     | Description                                                                                                                     |
| ------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- |
| <mark style="color:blue;">Logo image</mark> | Upload a PNG image to display as your store logo in the header. The name of your store displays when no logo image is uploaded. |
| <mark style="color:blue;">Logo width</mark> | Increase or decrease the width of your logo image measured in pixels. The logo height will change to match the width.           |

<br>

***

> **Related links**
>
> [Header](/stiletto/pages/header.md)


---

# 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, and the optional `goal` query parameter:

```
GET https://help.fluorescent.co/stiletto/pages/header/logo.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
