Skip to content
< Back to FAQ overview

How can I add a customized logo to my dashboard?

You can add just about any image to your dashboard, including a logo. This allows you to make your dashboards look even more like your company.

Either watch the video below or follow the steps below.

  1. Open the dashboard where you want to add a logo (or image).
  2. Click on the symbol at the top right (graph with +) to add an empty panel.
  3. Click on “Add new Panel” in the new panel
  4. Change the general settings so that the background is transparent and delete the title from the “Panel Title” field
  5. Select the “Text” visualization on the right-hand side.
  6. Change the style to HTML instead of Markdown
  7. Now insert this snippet (pure HTML) into the text field:
    <img style="height:REPLACEHEIGHT;" src="REPLACESOURCE">
    and replace the source (online source of your logo) and the height of the logo
  8. Now click on Apply in the top right corner and then save your dashboard
  9. You can now set the size of the panel and move it to the position where you want to place it.