Hi
I am working with the cloud-city style. Found your response to a similar question and tried to adjust it myself (new with CSS)
Tried to put this in my CSS to hide the minutes and seconds, but didn’t work:
/*–hide minutes and seconds in countdown–*/
.cloud-city-minutes_dash, .cloud-city-seconds_dash {
display: none;
}
Any suggestions? Much appreciated!