Change border radius of the buttons

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

.eapp-events-calendar-button-link {
border-radius: 20px;
}

.global_styles, [class^="Button__Block-sc"] {
border-radius: 20px !important;
}

Guys, if this code was helpful to you, please drop a line in the comments. Your feedback helps us improve our services and provide better solutions :slightly_smiling_face: