Hi Revdarkwing
These are the codes I put into the custom css to remove author, date and comments from posts (note- the spelling ie. autor and word usage ie. fecha for date are as written in the content.php so the code must match):
.autor-in-full-posts {
display: none;
}
.fecha-in-full-posts {
display: none;
}
.comments-in-full-posts {
display: none;
}
.entry-meta {
display: none;
}