Hello,
something cosmetical. I have successfull removed author, categorie etc. from the single post page with some css-entrys found in this forum, so that only the date remains:
.p-meta > span:first-child {
display: none;
}
.p-meta > span:nth-child(4) {
display:none ;
}
.p-meta > span:nth-child(3) {
display: none ;
}
.single .entry-featured {
display:none;
}
Works wonderful, but after the date there is always a “/”. How to remove that?
Thank you,
Jens