This article will show how to remove the date overlay for a WordPress event.
1. Find the date overlay on the event page.
2. Log in to WordPress as an Administrator into your League such as https://%leaguename%.jl.org/spotin
3. Open the event and find the post number in this example URL: anycity.jl.org/wp-admin/post.php?post=5871&action=edit.
In our example, the post number is 5871
4. Select Appearance > Customize
5. Select Additional CSS
6. Add the following code below and change your %postid% with your event's post number.
.complete {
background-color: #AAAAAA
!important;
}
.postid-%PostID% .evt-detail-header
.evt {display: none;}
7. Click Publish to apply the changes.
8. Review your event to see that the date overlay has been removed.