• Hello,

    I am using the Gateway theme. I currently have a header image and title which I use on the landing page of the site. However, I would like to have this only appear on the landing page, and not have in on my post pages. I would like to use the featured image as the page header on post pages, and have a menu on the top of the post page. This is the format used by most journalism platforms, so that they can maintain a nice aesthetic on post pages and allow users to navigate through a menu on the top.

    Is there any way that I can remove the home page header and title from post pages, and use the featured image as a header instead?

    Thank you for your time.
    My site is Storiesofgeorgia.com

Viewing 5 replies - 1 through 5 (of 5 total)
  • To remove title from post pages.

    article .entry-header {
        display: none;
    }

    Add to your custom css plugin.

    Thread Starter georgemgal

    (@georgemgal)

    I don’t want to remove the title of the post. I want to remove the header of the homepage from the post page.

    Theme Author Rescue Themes

    (@rescuethemes)

    Hello,

    Sorry, there isn’t a way to use the post featured image as the inner pages header image.

    Hello, I’m trying to hide my site title with no luck. I’ve tried EVERYTHING with no luck. Please help!!

    my site is thejaneeffect.com

    you can try different things:

    .bg-image-header .site-branding h1 a, 
    .home-header-bg .site-branding h1 a {
        color: transparent !important;
        color: rgba(255, 255, 255, 0) !important;
    }

    or you can actually hide the title, but you’d loose the link to the home page.

    So you could try with that solution up here first and see how it goes.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to remove site header from posts (Gateway theme)’ is closed to new replies.