Home Forums WoodMart support forum How can I make the countdown timer like on the picture?

How can I make the countdown timer like on the picture?

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #146551

    alibutor
    Participant

    Hi!

    Can you please help me, how to make the countdown timer to be like this:
    timer

    Currently my timer looks like this:
    idő

    Best regards!

    #146602

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .woodmart-product-countdown span {
        background-color:green;
    }
    body .woodmart-product-countdown span,
    body .woodmart-product-countdown span span{
        color:orange;
    }

    Set the colors as per your needs.

    Best Regards

    #146758

    alibutor
    Participant

    Hi!

    Thank you! Can you please help, how can I hide the seconds? So I just want to show the Days, Hours, and Minutes.

    Best regards,

    #146810

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .woodmart-product-countdown .countdown-sec {
        background-color:green;
    }

    Best Regards

    #147801

    alibutor
    Participant

    Hi!

    Thank you for your answer, but this does not hide the second counter. It sets only the background to green.

    Can you please check it again?

    Best regards

    #147860

    Hello,

    Sorry for the mistake. Please replace the code:

    body .woodmart-product-countdown .countdown-sec {
        display:none;
    }

    Best Regards

    #362310

    orio
    Participant

    how can i edit countdown span “days” replacing image ?

    Attachments:
    You must be logged in to view attached files.
    #362470

    Hello,

    Unfortunately, such customization is not possible with CSS. This requires more complicated customization not covered by our support.

    If you have any questions please feel free to contact us.

    Best Regards

Viewing 8 posts - 1 through 8 (of 8 total)