> ## Documentation Index
> Fetch the complete documentation index at: https://fillout.com/help/llms.txt
> Use this file to discover all available pages before exploring further.

# Add a logo to your form

> Add a professional touch and create strong brand identity by adding your logo to your Fillout form, survey, or quiz.

export const SupportBanner = () => {
  const titleId = React.useId();
  return <div className="support-banner" role="region" aria-labelledby={titleId}>
      <span className="support-banner__ring support-banner__ring--outer" aria-hidden="true" />
      <span className="support-banner__ring support-banner__ring--middle" aria-hidden="true" />
      <span className="support-banner__ring support-banner__ring--inner" aria-hidden="true" />
      <span className="support-banner__ring support-banner__ring--center" aria-hidden="true" />

      <div className="support-banner__content">
        <div className="support-banner__title" id={titleId} role="heading" aria-level="2">Still have questions?</div>

        <div className="support-banner__copy">
          <span className="support-banner__line">Our team is happy to help. Start a live chat using the</span>
          <span className="support-banner__line">
            chat bubble <span className="support-banner__chat-icon" aria-hidden="true" /> in the bottom right, or email us at
          </span>
          <span className="support-banner__line">
            <a href="mailto:support@fillout.com">support{'@'}fillout.com</a>
          </span>
        </div>

        <a className="support-banner__cta" href="mailto:support@fillout.com">Contact us</a>
      </div>
    </div>;
};

If you’re looking for the `Fillout logo`, you can find it in our press kit [here](https://www.fillout.com/brand).

## How to add a logo

Open your form and click `Theme`. If you haven't chosen one yet, hover over the theme you like and click `Edit`.

Next, toggle the switch next to `Logo`, and click `Add logo`.

<img src="https://mintcdn.com/fillout-005a867b/QyiHhM6vsbMmaLIU/images/Screenshot2025-12-16at6.21.21PM.png?fit=max&auto=format&n=QyiHhM6vsbMmaLIU&q=85&s=03049e33434e0feaa3a3707df5a6fc23" alt="Screenshot 2025-12-16 at 6.21.21 PM.png" width="2368" height="1302" data-path="images/Screenshot2025-12-16at6.21.21PM.png" />

<Info>
  This feature is available to **Starter** users and above. For more details on pricing, click [**here**](https://www.fillout.com/pricing).
</Info>

**Upload** the logo file from your desktop or **drag and drop** it to the pop-up window. You can also choose to copy and paste the **Link** of your logo instead.

<img src="https://mintcdn.com/fillout-005a867b/yXf6L7bZhd5p5odY/images/Screenshot2025-11-28at8.23.39PMcopy.png?fit=max&auto=format&n=yXf6L7bZhd5p5odY&q=85&s=11e776f9ab03ed1db1b8dea479c31e88" alt="Screenshot 2025-11-28 at 8.23.39 PM copy.png" width="2623" height="1441" data-path="images/Screenshot2025-11-28at8.23.39PMcopy.png" />

That's it! Your logo will automatically appear in the top right of all pages except for the cover page.

### Change or hide the logo

In the left-hand panel, hover over the logo, and click **Change image**. To hide it, untoggle the `Logo` switch.

## Related articles

<CardGroup cols={3}>
  <Card title="Themes" color="#FFC738" icon="palette" iconType="regular" href="/help/themes">
    Select from hundreds of themes or create your own.
  </Card>

  <Card title="Add images or GIFs" color="#FFC738" icon="image" iconType="regular" href="/help/image-gif">
    Use images, GIFs, picture choices, or combine them.
  </Card>

  <Card title="Add headings" color="#FFC738" icon="heading" iconType="regular" href="/help/heading">
    Improve your form's structure and user experience.
  </Card>
</CardGroup>

<SupportBanner />
