I've tried several lines of code in the CSS, but to no avail. I want to remove the time and date stamp from my posts. I've only seen people say to buy the CSS package and some lines of code that clearly don't work. Here's what I've used.
time.entry-date {
display: none;
}
.date-meta {
display: none;
}
.posttitle small {
display: none;
}
small {
display: none;
}
The blog I need help with is bachelorchoweats.wordpress.com.