Skip to Content

Logos

Ghost provides a way to upload a logo for your site and calls it Publication logo. Essence displays it in the fixed sidebar. Follow these steps to upload a logo:

  1. Log in to Ghost admin
  2. Go to Settings → Site → Design & branding Ghost change logo part 1
  3. Click Customize → Branding
  4. Upload the logo in Publication logo Ghost change logo part 2

Logo size

Code Injection is required to add custom CSS.

The logo width and height are automatically retrieved from your uploaded image and it is limited by height. You can change the height limitation with the following custom CSS:

<style> :root { --logo--max-height: 15px; } </style>