Sweet. This is a pretty quick fix. I’ll issue a patch for the plugin when I get back to my main development computer sometime tomorrow (Eastern US), but what you’ll need to add is the following bit to the beginning of the file at https://my-reviews.co.uk/wp-content/plugins/wp-old-post-date-remover/css/OPDRstyle.css
.meta time,
So, the whole file should now read like this:
/* Remove meta from post */
.meta time, time.post_date.date.updated, i.icon-calendar.mi, .cb-date.cb-byline-element, h6.edate, li.enigma_post_date, .entry-date, post-date, span.post-date, span.date, .entry-time, span.post_date, span.post_date_intro, span.posted-on, span.meta-date {
display:none !important;
}
Let me know if that doesn’t work for you. Like I said, I’ll issue the official patch tomorrow.