You can’t erase the post info from other pages, since WordPress creates archives and other pages automatically that will contain info about your posts. If you don’t want your blog on the home page you can set up a static front page and a specific blog page in the customizer.
Removing the header image from certain pages would require CSS that hides that section. Each page has a unique class in the body tag that you can use the set this up.
Hi,
I have a question in addition to the one above. I have set up my site so that every page has is own header image. But there is one page (my blog page) in which I would like to remove the header image. Do you have the css code for this? Is there a code I can use in my custom css? (that woul be great; not using a child theme).
Already tried using this one:
.header-img {
display: none;
}
.home .header-img {
display: block;
}
But this removes them for all other pages except my home page.
Help greatly appreciated!
Thanks!
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support