Remove Title from Select Pages

My question is: How do you work out page i.d’s in order to remove the title from specific pages with the following code? Refer example in old post - https://colorlibsupport.com/t/removing-title-of-page/#post-80279

.page-id-xx .entry-header,
.page-id-xx .entry-header {
display: none;
}

.page-id-xx .entry-content,
.page-id-xx .entry-content {
margin-top: 0;
}

Hi @pat99,

I hope you are well today and thank you for your question.

You can find page ids as described on the following pages.

Best Regards,
Movin

So simple… Thank you Movin, very much appreciated :slight_smile:

You are most welcome here :slight_smile: