You can send your questions to my email to get faster answer in 24 hours (free).
Buy me a coffee

(Event List) Replace Date with TBC

#1. Edit Event > Add a “TBC” text in Excerpt.

event-list-replace-date-with-TBC-01-min

#2. Use Monospace for this text

event-list-replace-date-with-TBC-02-min

#3. Use this code to Code Injection – Footer (or Event Page Header Code Injection)

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script>
<script>
$(document).ready(function(){
    $('.eventlist-excerpt pre code:contains("TBC")').closest('.eventlist-event').addClass('tbc-event');
});
</script>
<style>
.eventlist-excerpt pre {
    display: none;
}
.tbc-event .eventlist-datetag>div:after {
    content: "TBC";
    position: absolute;
    font-size: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.tbc-event .eventlist-datetag>div>div {
    opacity: 0;
}
</style>

event-list-replace-date-with-TBC-03-min

#4. Result

event-list-replace-date-with-TBC-04-min

Ask me a question, free

If your site is private or in trial, just setup password and share url. See how to: https://beaverhero.com/squarespace-how-to/
Please check your email carefully. Recently I got a lot of questions with wrong emails.

If you haven't heard from me within 24 hours please check your junk/spam folder