Change timer numbers color

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

.eapps-countdown-timer-item-value * {
  color: #000000 !important;
}