Hello Team Kriesi!
Did you going to help me again?
This time I need to know if I can have colors in the numbers of counters, not necessarily the same colors of the image, but I wonder if I can do something like this … Is it possible?
See the example in the image: http://ictreslagoas.com.br/wp-content/uploads/2014/10/Untitled-12.jpg
Thanks for listening!
Cheers!
Hi virtualsa!
When you edit the element switch to the “Colors” tab and you can set the color for each animated number there.
Regards,
Elliott
Are you sure? in the “Colors” tab I just found these options ..
http://ictreslagoas.com.br/wp-content/uploads/2014/12/counter.jpg
Hey!
Use this CSS:
.av-countdown-weeks .av-countdown-time {
color: red !important;
}
.av-countdown-days .av-countdown-time {
color: orange !important;
}
.av-countdown-hours .av-countdown-time {
color: blue !important;
}
.av-countdown-minutes .av-countdown-time {
color: yellow !important;
}
.av-countdown-seconds .av-countdown-time {
color: green !important;
}
Cheers!
Josue