(Squarespace) How to make Event Calendar date/time bigger

To make Event Calendar date/time bigger.

You can use this code to Custom CSS box.
If code doesn’t work, you can comment below, message or email me.

div.flyoutitem-datetime.flyoutitem-datetime--localized, div.flyoutitem-datetime {
    font-size: 33px !important;
}

1 Like