Archived topic
Remove BLOG in header
9 replies · Started by Jan on October 26, 2021
Hi,
on this page, https://lokalpartner.info/folk/aktuellt/
you can see the word "BLOG" in the header, both on desktop and mobile.
How do I remove that?
I have checked different threads, but couldn´t find a solution.
And I know it`s an easy fix for you ;-)
Jan
Hi there,
in Appearance > Elements look for the Header Element assigned to your Blog Page.
Edit that and remove the HTML from there.
And add a plain HTML Comment instead:
<!-- Page hero -->
I notice on your other Header Elements you have inline CSS to hide the title.
If you don't want the title displayed then do the same as the above to them.
In Blog Post Header
From this::
<h1>
{{post_title}}
</h1>
{{post_date}} // {{post_author}}
To this?:
<!-- Page hero -->
Sorry, didn´t help. "BLOG" is still there in the header
https://lokalpartner.info/folk/aktuellt/
Do you have any other Header Elements ?
Nope.
Can you take a screenshot of all your elements?
https://docs.generatepress.com/article/using-the-premium-support-forum/#uploading-screenshots
It seems you have another header element assigned to blog.
Hi Ying,
that is what David asked me as well.
Here comes
https://lokalpartner.info/folk/elements/
Jan
Its the Global Page Header.
Edit that and make the changes i mentioned above to remove the Titles from the pages and the Blog.
Easy, peasy...thanks, David!
Jan
Glad to be of help!