As an update and with the help of U-Design support I finished with the following method
I’ve installed the child theme and added this code:
.postid-14 .postmetadata,
.postid-14 p.nocomments {
display:none;
}
.postid-14 #main-content .divider {display:none;}
As I have only 6 posts that need this formatting, this will work fine. Thanks for your help.