fueko home fueko home

Hero section

The hero section includes a title, subscription form or button at the top of the homepage.

Tip: How to add your own hero title?
  1. To add your own hero title, go to the 'Design & branding' settings in the Ghost Admin.
  2. On the right you’ll see the tab 'Homepage' – expand this settings list and go to the 'Hero title text' position.
  3. Enter your own hero title.

If you want your text in bold, use the <span> ... </span> tag, like this:

Your own <span>hero text</span>
You can also use or with the same visual result

If you want to start the text on a new line use the <br> tag, like this:

Your own hero text<br> New text line
  1. Finally, click 'Save' to activate.
Tip: How to add subscription form or button?
  1. To add subsription form form or button to hero section, go to the 'Design & branding' settings in the Ghost Admin.
  2. On the right you’ll see the tab 'Homepage' – expand this settings list and go to the 'Hero title size and subscription form or button' position.
  3. Use the dropdown menu to select your option.
  4. Finally, click 'Save' to activate.
Tip: How to change the subscription button link? (Requires theme editing)
  1. You can easily replace the /membership/ page with for example /signup/, for this purpose open ../partials/members/subscribe_button.hbs file in your code editor and find:
<a href="{{@site.url}}/membership/" ...
  1. Then, replace with:
<a href="{{@site.url}}/signup/" ...
  1. Save your subscribe_button.hbs file in ../partials/members/ folder.
  2. Create a 'signup' page with /signup/ page URL.