Remove Page Name

Hi there,

How can I remove the page title of my Contact page and reduce the gap between the header and content, please?

That’s the page: Contact – Vandão Miranda

Thanks for your help.

Hi there

yes, its possible, use this code:

.page-id-226 .entry-content .post-title {
    display: none;
}

Please note, It will remove title only form contact page

1 Like

It works, thank you.

You are welcome :slight_smile:

Case closed