Archived topic
Hands On Generatepress Template
7 replies · Started by Josh on December 10, 2019
Hello,
How do I edit the "Support Your Headline" copy on the hero image for the Hand On generatepress template?
Thank you,
Josh
Hi there,
You are referring to Head On right?
If so that section is created with the header element module:
https://docs.generatepress.com/article/header-element-overview/
Let me know if this helps :)
I'm looked there. I see this:
<h1>{{post_title}}</h1>
<h2>{{custom_field.page_header_slug}}</h2>
<p>{{custom_field.page_header_body}}</p>
{{custom_field.page_header_label}}
How do I edit the “Support Your Headline” copy on the hero image for the Hand On generatepress template?
If it's using custom field then it would be in the custom field metabox of that page:
https://www.wpbeginner.com/glossary/custom-fields/
So it's not under header element? It's under a page? What page? How do I edit the “Support Your Headline” copy on the hero image for the Hand On generatepress template?
Never mind, I found it. Editing the "support You Headline" copy is under the custom field box of the header page. It's hidden and you have to go into settings view it.
Custom field will be under each page - it allows you to input different value for each page.
Make sure to enable custom field checkbox under the screen options (explained in the article I linked above).
If you are using Gutenberg, then click the gear icon then select options.
Let me know if this helps :)
Glad you found it!