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?- To add your own hero title, go to the 'Design & branding' settings in the Ghost Admin.
- On the right you’ll see the tab 'Homepage' – expand this settings list and go to the 'Hero title text' position.
- 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>
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
- Finally, click 'Save' to activate.
- To add subsription form form or button to hero section, go to the 'Design & branding' settings in the Ghost Admin.
- 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.
- Use the dropdown menu to select your option.
- Finally, click 'Save' to activate.
- You can easily replace the
/membership/page with for example/signup/, for this purpose open../partials/members/subscribe_button.hbsfile in your code editor and find:
<a href="{{@site.url}}/membership/" ...
- Then, replace with:
<a href="{{@site.url}}/signup/" ...
- Save your
subscribe_button.hbsfile in../partials/members/folder. - Create a 'signup' page with
/signup/page URL.
Type at least 2 characters to search