---
title: "Changing Logo in Invoice Email Settings"
slug: "changing-logo-in-invoice-email-settings"
updated: 2026-03-11T00:16:11Z
published: 2026-03-11T00:16:11Z
---

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

# Changing Logo in Invoice Email Settings

## Problem

Your old logo is displayed in the email settings of your invoices. You want to update it with a new logo.

## Solution

1. Go to the navigation bar and click **Settings.**
2. Click **Invoicing** > **Email**.
3. Locate the HTML code for your logo. It should look like this: "*<img src="YOUR IMG URL HERE">*".
4. Replace the URL in the code with the new URL for your logo.
5. If you want to make the logo a clickable button, use the following HTML code instead: "*<a href="YOUR LINK HERE"><img src="YOUR IMG URL HERE"></a>*".
6. Save your changes.

> [!NOTE]
> **Note:** If you need help with the HTML code, contact your IT or web developer for assistance.
