Logos
Ghost provides a way to upload a logo for your site and calls it Publication logo. Follow these steps to upload a logo:
- Log in to Ghost admin
- Go to Settings → Site → Design & branding
- Click Customize → Branding
- Upload the logo in Publication logo
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>
Logo for Dark color scheme
Aspect supports dark mode and you can upload a different logo for dark mode. Follow these steps to upload a logo for dark mode:
- Go to Settings → Site → Design & branding
- Click Customize → Site wide
- Upload the logo for dark mode in Dark mode logo