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.
Yeah i’ve read that link and tried to implement it.
I’m afraid this is beyond the scope of my expertise.
I need to say:
If category 2, do not display postmetadata (including the entire div, so display:none; i guess).
else, go ahead and show it all.