fueko home fueko home

Publication cover

In this theme, the publication cover is used for the Subscription widgets below the featured posts section and at the bottom of the page.

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: 40%
}
</style>
The closer the value is to 100%, the more transparent the cover becomes. The default is 40%.
  1. Change the value to the opacity you want.
  2. Click 'Save' to activate.
Tip: How to change the publication cover text color
  1. Go to the 'Design & branding' settings in the Ghost Admin.
  2. Open the 'Theme' tab and go to the 'Site-wide' section, then find the 'Color scheme for subscription widgets' position.
  3. Choose 'Light' for black text, 'Dark' for white text, or 'Based on global Color scheme option' to follow the global color scheme.
  4. Click 'Save' to activate.