Hide button from the Grid view (but keep it in popup)

Add this code to the Custom CSS field on the Style tab of your Event Calendar widget’s settings:

.eapp-events-calendar-grid-item-button {
  display:none;
}
2 Likes