How to hide Header in Ghost Blog

To hide Header in Ghost Blog, you can follow these.

#1. Click Gear icon at the bottom left

#2. Search Code injection and click it

#3. Click Open

#4. Paste the code below, in Site Header and click Save

<style>
  header#gh-navigation {
    display: none;
  }
</style>

#5. Result

Before

After