Remove Title on all pages, but not on Blog posts

Hello,

For now I was using:

.entry-title {
display: none;
}

But unfortunately, that lets my Blog post titles disappear as well and not only the title of the pages.

What would be the code to ONLY hide the titles of pages and leaves the titles of posts like they are?

Greez,
Leni

Hello there,

I hope you are doing well today.

Remove the last CSS and use this instead:


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

Best Regards,
Support

Awesome! Works just fine. Thanks! :slight_smile:

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support