Change Colors For Countdown Shortcode

There is no color option to control the countdown shortcode. You will need to insert some custom CSS to change the color. Here is an example.

#wrap .wc-shortcodes-countdown {
    border-color: #000000;
    background-color: #ff00ff;
}
#wrap .wc-shortcodes-countdown .countdown_section {
  border-color: #ffffff;
  color: #ffffff;
}

Screen Shot 2015-01-29 at 10.08.50 AM