Home › Forums › Iconic One Pro Support › how to remove date from post and comments (CSS) › Reply To: how to remove date from post and comments (CSS)
April 28, 2018 at 7:13 am #5223
Themonic-Support
Keymaster
Please try the following Custom CSS
span.meta-sep {
display: none;
}
span.date.updated {
display: none;
}
.comments-area article header time {
display: none;
}