fueko home fueko home

Publication cover

Upload the publication cover used by Reiro as a fallback background when tag or author archives do not have their own cover image. The cover can also appear behind cover-based page areas, so choose a broad image that remains readable behind text and overlays.

Step-by-Step
  1. Go to the 'Design & branding' settings in the Ghost Admin.
  2. Open the 'Brand' tab, then find the 'Publication cover' position.
  3. Click 'Upload cover' to upload your image.
  4. Click 'Save' to activate.
Tip: How to control publication cover transparency
  1. Go to the 'Code injection' settings in the Ghost Admin and paste this code into 'Site header':
<style>
:root {
   --opacity-cover: 30%
}
</style>
The closer the value is to 100%, the less transparent the cover becomes.
  1. Change the value to the opacity you want.
  2. Click 'Save' to activate.