(Squarespace) How to remove the view event button in calendar

To remove view event button in Event Calendar, you can use this code to Custom CSS box.
If code doesn’t work, you can comment below, message or email me.

a.eventlist-button.sqs-editable-button.sqs-button-element--primary {
    display: none !important;
}

1 Like