Countdown Widget: remove black counters.

  • Ashley_Kelly
    Asked on July 9, 2021 at 1:25 PM

    Are you able to help us with the coding in the countdown clock? Our client does not like the seconds thing and tried to remove it but still shoes the countdown the in black boxes. She is fine with just the lower line showing, highlighted in red (maybe bigger font though), but the numbers are weird for her. Are you able to help us revise that?


    Jotform Thread 3211652 Screenshot
  • Amin JotForm Support
    Replied on July 9, 2021 at 2:50 PM

    Thanks for reaching out to us!

    Kindly inject the following CSS code into the widget:

    #countdown {
       display: none !important;
    }
    #note {
       font-size: x-large !important;
    }


    Result:

    1625856292 60e8992468b9e  Screenshot 10Related guide: How-to-inject-css-codes-to-widgets

    Should you have any further in   quiries, we will be more than happy to help.