fueko home fueko home

Hero section

Configure Basho’s homepage hero by setting a custom title, choosing its size, and deciding whether it includes a subscription form or a membership button. The hero sits beside the featured-post slider, so this setting shapes the first editorial message visitors see.

Tip: How to add a custom hero title
  1. To add a custom hero title, go to the 'Design & branding' settings in the Ghost Admin.
  2. Open the 'Theme' tab and go to the 'Homepage' section, then find the 'Hero title text' position.
  3. Enter the 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

To start the text on a new line, use the <br> tag like this:

Your own hero text<br> New text line
  1. Click 'Save' to activate.
Tip: How to add a subscription form or button
  1. To add a subscription form or button to the hero section, go to the 'Design & branding' settings in the Ghost Admin.
  2. Open the 'Theme' tab and go to the 'Homepage' section, then find the 'Hero title size and subscription form or button' position.
  3. Use the dropdown menu to select your option.
  4. Click 'Save' to activate.
Tip: How to change the subscription button link (Requires theme editing)
  1. To replace /membership/ with another page, for example /signup/, open ../partials/members/subscribe_button.hbs 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.