• Hi Team

    I have already hidden my home page but as a result, it is showing some blank space on the top of my site.

    Is there any way to remove the page title or this blank space?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there,

    The space you see is a combination of the Content Padding(40px) and Content Separator(2em).

    You can remove it through the customizer if you have GP Premium.

    For free version, you’ll have to use CSS:

    Example:

    body.home .inside-article {
        padding-top: 0px;
    }
    
    body.home  .entry-content{
        margin-top: 0px;
    }
    Thread Starter bloggingbeats

    (@amitgargjind)

    Hi

    I am using the Premium version.

    I simply disabled the title in Gutenberg editor, it works.

    Thanks

    Nice one. That’s one way of removing it.

    If you have the premium version, I recommend posting the question on the forums here – https://generatepress.com/support/ – as we can’t provide support for premium here as per WordPress rules.

    My CSS was for the blank space but now, I’m not exactly sure which part of the site you’re pertaining to so perhaps that was not usable.

    Can you share a screenshot of which section has this blank “space”?

    Have you sorted this out? Let us know.

    • This reply was modified 3 years, 8 months ago by Elvin.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove page title’ is closed to new replies.