• Resolved miltonleonard

    (@miltonleonard)


    Hey guys, how can I hide seconds on the timer? Leaving the option blank does not seem to work (or might it be cache?).

Viewing 1 replies (of 1 total)
  • Plugin Contributor twinpictures

    (@twinpictures)

    You can hide the seconds using CSS. We have explained how to do this in a few threads here in the support forum, you’ll need to dig a little deeper, but you’ll find them, but it will looks something like:

    .jedi-seconds_dash {
    display: none !important;
    }
    

    This is a built-in feature of t(-) countdown control, but this will also add many more features you may not need.

Viewing 1 replies (of 1 total)
  • The topic ‘Hide seconds’ is closed to new replies.