Home › Forums › CSS › Remove Min And Sec From Countdown › Re: Remove Min And Sec From Countdown
May 8, 2013 at 6:11 am
#134423
Participant
Leave the mins and secs in there, and hide them with css:
.sp_countdown_mins, .sp_countdown_secs {
display: none;
}
I think that’s as far as I’ll go for now.