I tried adding the amended code to the custom css section and the calendar dates are still clickable. I'd like to make it so that when I click the date, it does not take me to the event page. I'd also like that when I hover over the day, the text field is still scrollable and the booking links are still active.
Thanks
https://themellowestspace.com/events
edit: I figured it out by adding this to the custom css area
.yui3-squarespacecalendar .item-link {
pointer-events: none !important;
}