[Resolved] Where is this category header in the customizer?

Home Forums Support [Resolved] Where is this category header in the customizer?

Home Forums Support Where is this category header in the customizer?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1446583
    Dee Broughton

    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.

    #1446589
    Elvin
    Staff
    Customer Support

    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.

    #1446627
    Dee Broughton

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

    #1446630
    Elvin
    Staff
    Customer Support

    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;
    }
    #1447534
    Dee Broughton

    That’s fine, thanks!

    #1447697
    Elvin
    Staff
    Customer Support

    No problem.:)

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.