Skip to content

Hide or remove the Hero section title from the homepage only #2008

Closed Answered by gpsblues
plasmidone asked this question in Help
Discussion options

You must be logged in to vote

Hi, try this CSS:

main:not([class]) .hero {display: none;}

This should apply only to the homepage since the <main> tag has no classes. Other pages using .hero have specific classes on the <main> tag.

From an SEO perspective, keep in mind that this only hides .hero visually, but it remains in the readable content of the page.

Another solution is to modify the index.hbs file.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@plasmidone
Comment options

Answer selected by plasmidone
Comment options

You must be logged in to vote
1 reply
@michaelfluegge
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
3 participants