Removed header image, Now need to remove the white space + Title

Hi, I would like to know how to remove the page title from a specific page?

I was able to remove the header image, and make the title display in white so it is hidden. The issue is that I now have a huge white space where the header + image originally was. This is the CSS I am using now. Thanks

.page-id-10 #header .bottom-header h1 {
font-size: 1px;
color:white;
}

.page-id-10 #header {
    background-image:none !important;
}

Hi,

Instead those CSS, use this CSS

.page-id-10 #header .bottom-header {
    display: none;
}

it will hide the header altogether for that particular page.

Let us know,

Thanks,
laranz.

That worked great! Thank you

Hi,

Glad we helped. :slight_smile:

Let us know If you have any other questions. Please feel free to contact us again in the future regarding any other issues.

If you’re happy with our service, don’t forget to rate us: [Illdy] Reviews | WordPress.org

Thanks,
laranz.