Display Action button from the event card (display in popup only)

Add this code to the Custom CSS field on the Settings tab of your Timeline widget’s settings:

.es-widget-container .es-event-card-buttons-wrapper:has(button:nth-child(2)) button:first-child {
  display: none;
}
1 Like