Please submit a private ticket if you need to share sensitive information, such as license details and admin credentials.

Okay
  Public Ticket #3034634
Customize timer
Closed

Comments

  • DicedBeef started the conversation

    I don't want the seconds to show on the timer, but don't see a way to customize it.  is it possible?

  •  1,238
    Dustin replied

    Hi DicedBeef,

    I'm so sorry for the late reply! I must have overlooked your ticketfrown.png

    Please add the below CSS code to WP-Admin → Appearance → Customize → Additional CSS:

    .wooct-timer > span:nth-child(4) {
        display: none !important;
    }

    And the result https://www.screencast.com/t/PPSUFxAdKD

    Best regards,
    Dustin