Site logo

Archived topic

Page Header Meta Box

5 replies · Started by Colin on November 2, 2017

Viewing posts 1–6 of 6

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.

Thanks. I was not in the right place. If I have a logo/header, do I need to merge them?

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;
}
This archived topic is closed to new replies.