How to remove Times from Calendar

To remove Times from Calendar in Squarespace
You can use this code to Custom CSS box

/* remove event time calendar */
.flyoutitem-datetime {
    display: none !important;
}
.item-time {
    display: none !important;
}