Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #365712

    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!

    #366074

    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

    #366305

    Are you sure? in the “Colors” tab I just found these options ..
    http://ictreslagoas.com.br/wp-content/uploads/2014/12/counter.jpg

    #366431

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.