Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    There is no option for that, but could be a good idea for the next versions. Thanks.

    Ciprian

    (@cipriandoroftei)

    There is a way you can achieve that by using CSS:

    .day:after {
    content:" Days";
    }
    
    .hour:after {
    content:" Hours";
    }

    You get the point. The only thing is that you cannot set an IF clause so that it changes between “hours” and “hour”.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Counter Days/Hours/Minutes/Seconds’ is closed to new replies.