Change text size and corner radius of the button

Add this code to the Custom CSS field on the Appearance tab of your Countdown Timer widget’s settings:

.eapps-countdown-timer-button {
font-size:20px;
border-radius: 20px;
}