Removing Lodestar header completely for all pages but home page

  • Unknown's avatar

    Hi there…I am looking to remove the header completely from all pages on my website EXCEPT for the home page. That includes image, overlay, text, etc. ALL of it. Each page after the home page should only display the title and content below, starting from the very top (I would still like the menu to display on each page).

    Does this make sense? Is there CSS that can do this?

    EmployerBrandingAEG.com currently is not displaying due to technical issues, but my self-hosted site should work (eventually I will use my domain to replace this one): http://employerbrandingaeg-com.stackstaging.com/

    Thanks in advance!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hello!

    It looks like you aren’t hosting your site with WordPress.com. This forum only provides support for users who are hosted by WordPress. Your comment would be better asked at the WordPress.org forums.

    I hope this helps!

  • Unknown's avatar

    Thanks TheBlakeSheep!

  • Unknown's avatar

    Hi @aegyamfi, I’ll give you a head start on this. Add the following custom CSS to remove the custom header div from Lodestar on all but the home page.

    body:not(.home) .custom-header {
    	display: none;
    }
    @media screen and (min-width: 60em) {
    	.site-content {
    		padding-top: 8em;
    	}
    }

    When posting for help at WordPress.org for Lodestar, tag your posts with wpcom-theme so that the proper people will get the notification and can respond.

  • The topic ‘Removing Lodestar header completely for all pages but home page’ is closed to new replies.