How to remove the date and author stamp on pages?

Hello,

I have created the ‘About Us’ page, ‘Our Services’ page but notice the date and author on these pages.
Is it possible to remove them?

I will start populating the blog soon but for the blog posts, I would prefer to leave the date stamp there.
If I want an option to have the author reflected, is that possible?

My website: www.pollyannaconsulting.com

Thanks much
Lynette

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

.page-id-50 .entry-meta,
.page-id-33  .entry-meta {
    display: none;
}

Thanks!
Colorlib Support Team

Hey Noda

Got it! Thanks much, and I added in the page id for another page that required the same treatment to the code that was provided. Site looks great now.
=)

Best,
Lynette

Hi, there

Nice to hear your problem is fixed:)
Now I will now close the topic and mark it as resolved. Feel free to contact us again Thanks!