Removing Header on Posts

Hi there,

I’m looking to remove the blog archive header. I like using the big jumbotron title page for my homepage, but ideally I’d like to not have to have any kind of header for my other pages. Feel like I’ve tried everything but I can’t find an option to do this. The best I can do is remove the image, but it is replaced by a block colour. Any help is greatly appreciated!

Here you can see the header in action: http://www.thriveninetofive.com/about

Thanks in advance,
Mark

Hi there
Hope you are having a good day and thank you for your question :slight_smile:
You should be able to achieve this using the following custom CSS.

#page-header .entry-title {
    display:none;
}

Thanks!
Colorlib Support Team