Viewing 1 replies (of 1 total)
  • Plugin Author Baden

    (@baden03)

    Well, you could hide the hours, minutes and seconds with css. You will need to add the following code to you theme’s style.css file. Just remember to replace ‘jedi’ with the style you are using, if other than jedi:

    .jedi-hours_dash, .jedi-minutes_dash, .jedi-seconds_dash {
    	display: none;
    }

    BAM, your done! Here is a demo if you want to see it working:
    http://spacedonkey.de/726/t-countdown-hide-hours-minutes-seconds/

Viewing 1 replies (of 1 total)

The topic ‘Display Day Countdown’ is closed to new replies.