Download
We're evolving to serve you better! This current forum has transitioned to read-only mode. For new discussions, support, and engagement, we've moved to GitHub Discussions.

Hide Hero Section on Frontpage via Theme Override?

#1122
Avatar photo[anonymous]

Hi,

Under index.hbs you have the following code:

`{{#if @config.custom.textHero}}

{{{@config.custom.textHero}}}
{{ translate ‘frontpage.publishedBy’ }}
{{siteOwner.name}}

{{ translate ‘frontpage.refreshed’ }}

{{/if}}`

If you will make empty option Hero section -> Hero Text then it should disappear without editing the theme.