Archived topic
Page Header Meta Box
5 replies · Started by Colin on November 2, 2017
I have GP Premium, and there are no options in the Page Header Meta box other than Page Header location. I wanted to Merge the Page Header and Site Header and experiment with some of the options, but there are no options for me to select.
Hi there,
Just making sure you are looking in the right place. The page header metabox has been migrated to Dashboard > Page Headers.
Once you are in there the setting should be the same as before.
The demo video here might help: https://docs.generatepress.com/article/page-header-overview/
Thanks. I was not in the right place. If I have a logo/header, do I need to merge them?
Only if you're looking for that merged look where the header sits on top of your page header content :)
More info on merging here:
https://docs.generatepress.com/article/merging-header-navigation-content/
https://docs.generatepress.com/article/merging-the-page-header-site-header/
Thanks. The reason I asked is that I noticed when I wanted subheaders in my blog posts that I had set them as H3 because when I lower the font size of H2 in the customizer it makes my post title smaller than I want. I didn't know if merging somehow made the post title the H1 tag on that post's page.
Colin
Merging wouldn't affect the element within your page header content.
Post titles on archive pages are indeed h2 elements.
You can always adjust the size of your element in the Page Header. For example, if you want it to be an h1:
.page-header-content h1 {
font-size: 20px;
}