Hi!. Iād like to hide the date of specific blog posts, but I edit them with the built-in editor of WordPress, so I guess I must use the global CSS way. The following code is working well for all the posts:
.entry-date{
display:none;
}
So any idea about how to apply it to a specific blog post only?
Thank you!! 
