Problem
Your old logo is displayed in the email settings of your invoices. You want to update it with a new logo.
Solution
Go to the navigation bar and click Settings.
Click Invoicing > Email.
Locate the HTML code for your logo. It should look like this: "<img src="YOUR IMG URL HERE">".
Replace the URL in the code with the new URL for your logo.
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>".
Save your changes.
Note: If you need help with the HTML code, contact your IT or web developer for assistance.