Remove Date on Pages

I noticed recently that dates are displaying on my pages. I tried to use CSS to “display:none;”, but it’s not working. Note: I want to display a date on my blog posts, but not on my pages.
How can I fix this issue?

Hey there

let me see it, please provide a link to your page

Here is a page where it’s happening.

hey there

Please add this CSS in appearance - customize - additional CSS

.page time.entry-date.published {
    display: none;
}

Thanks!
Colorlib Support Team

Thank you, that fixed it.

Nice

I will close this case now, Feel free to contact us again if you have other questions
Thanks!