Hi guys, whats up!!
I am trying to customize countdown animation without any results.
I’ve applied css styles detailed in https://kriesi.at/documentation/enfold/animated-countdown/ but could’t get any result:
/* Countdown number */
#top .av-countdown-timer.my-custom-countdown .av-countdown-time {
background: red;
}
/* Each unit */
#top .av-countdown-timer.my-custom-countdown .av-countdown-cell .av-countdown-cell-inner {
border: none;
}
/* Countdown element */
#top .av-countdown-timer.my-custom-countdown .av-countdown-timer-inner {
background: cyan;
}
Thanks!
Hey enfold,
Thanks for the link to your page, please note in your css above the custom class my-custom-countdown you should add this to your element in the Advanced tab under Developer Settings for the css to work.
Or you could remove this class from your css if you don’t mind it applying to all of your countdown elements on your site.
Best regards,
Mike