Remove Banner image and Page Title from top of pages but not Home page

Hello, I am using the illdy theme and I really enjoy the home page but when I make a separate page the top has a banner and the title of the page.

How do I turn it off or what code do I enter into the css to get rid of the section while still keeping navigation bar?

Thanks for the help

site: www.parkermisner.com

cool

No not cool pedro, in fact no bueno

hey there
Hope you are having a good day and thank you for your question :slight_smile:
Please add this CSS in appearance - customize - additional CSS

#header .bottom-header.blog {
    display: none;
}

let me know if this is what you wanted

Thanks!
Colorlib Support Team

hey there
Hope you are having a good day and thank you for your question :slight_smile:
Please add this CSS in appearance - customize - additional CSS

#header .bottom-header.blog {
    display: none;
}

let me know if this is what you wanted

Thanks!
Colorlib Support Team