Is the date part of the title of the post? That can easily be edited in the admin.
Or can you be more specific of where the date is showing?
So there’s the title of the post, then directly under that there is a little blue bar that says, “1 Jan, 1990” then under that is the body of the post. It’s the blue bar that I’d like to remove. It’s the event date, but these are posts not events.
If you have a Custom CSS plugin installed, please add the below CSS rules there.
Please add this to your website’s style.css under Appearance, Editor, then style.css at the bottom right.
body div.event-date-archive { display: none; }
Also, what I’ve done is changed all the event dates to the date of the post, so now instead of reading “1 Jan, 1990” they all read the date of the post. I’d still like to remove it if possible.
@websitetroubleshooting that CSS solved it. Thank you so much.
Thank you. Hopefully that made sense.