Archived topic
Change Global Header Text
3 replies · Started by Rebecca on February 27, 2019
Hello, I would like to change the text on my global header element (the picture under navigation) so that it doesn't read "home" "about" "contact". I might want my company name over the picture or a CTA. I'm getting frustrated trying to figure it out in the Elements Docs. I would appreciate if you could point me in the right direction. Full disclosure: I am new to WP and have no coding experience so go easy on me! TY
Hi there,
The titles in the header element are added using template tags {{post_title}}:
https://docs.generatepress.com/article/header-element-template-tags/
Simply remove that and replace you own content should work.
Also make sure to take a look at some page hero examples here if you want to see how the options work:
https://docs.generatepress.com/article/page-hero-examples/
Let me know if this helps :)
Ahh! So easy! Thanks, Leo :)
No problem :)