Site logo

Archived topic

Where is this category header in the customizer?

5 replies · Started by Dee Broughton on September 16, 2020

Viewing posts 1–6 of 6

I'm a bit out of practice, but I can't find this header in the customizer to tweak the spacing/padding, etc. Where is it, please? Link to pic

Btw, it's been ages since I put up a new site and, per usual, I thought I'd look around for a new theme, but nope! I always come back to GeneratePress!

GP 1.11.3 with Sider from the Site Library.

Hi,

You can find it through Appearance > Customize > Typography > Headings.

That "Building" is a page header which uses h1.
https://share.getcloudapp.com/mXuylJ9o

You should be able to see a live preview of its size when you change the font-size slider. :)

Let us know if it works for you.

Yes, thank you. I can adjust the heading and the margin under it, but how can adjust the padding above it?

Yes, thank you. I can adjust the heading and the margin under it, but how can adjust the padding above it?

Oh my bad. The padding targeted for specifically for page heading isn't available on the customizer UI.

As for everything else you can't see on the customizer UI, you'll have to do via custom CSS.

You can try adding this CSS code via Appearance > Customize > Additional CSS.

.page-title{
padding-top: 50px;
}

That's fine, thanks!

No problem.:)

This archived topic is closed to new replies.