Make the button opening popup rectangle with rounded corners

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

.es-event-card-buttons-wrapper [class*='ButtonBase__ButtonContainer-sc-'] {
border-radius: 8px!important;
}
1 Like