The easiest way is to exclude the Blog from your current header element display rules.
And then create a Header Element specifically for your Blog and use static HTML for the title eg.
Thank you for the reply David! I think it would be a little cleaner to leave the PAGE HERO alone and just have a function that replaces ‘Blog’ with ‘News’ – is that possible?
Odd that WP doesn’t natively allow you to rename ‘Blog’.
Its not WP – the {{post_title}} only displays the_title which the blog itself doesn’t include. So GP adds Blog by default as in the majority of cases that is the title.
Snippet provided here to change that behaviour so it grabs the page ID title:
I put this code into functions.php, perhaps I did something wrong, but it’s not having the desired effect. The /news/ page still has a title of ‘Blog’.