PenciDesign Supporter replied
Hi,
Unfortunately, the current version of the Soledad doesn't include any options that help you customize this area for an individual post.
But you can force it to be hidden by adding the custom CSS code. Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
body.postid-1670 .post-box-meta-single {
display: none;
}Change 1670 with the post ID that you want to apply.
Regards,
PenciDesign.