Changing Logo in Invoice Email Settings

Prev Next

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: If you need help with the HTML code, contact your IT or web developer for assistance.