Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #586364

    Hi Support,

    I know this seems counterintuitive – but our client has decided they don’t want the animation on the animated numbers now! Rather than have to go in and change a dozen pages – is there any code I can use to stop the numbers from animating?

    We have been able to do so much customization of the theme with all the bits of code we find on your forum – you guys have been fantastic with the support you provide!

    Thanks for any assistance with this!

    #586923

    Hi smallisland,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Regards,
    Rikard

    #587973

    x

    • This reply was modified 8 years, 1 month ago by smallisland.
    #588995

    Hey!

    Try adding this code to the Quick CSS:

    span.avia-single-number {
        font-size: 0;
    }
    span.avia-single-number:after{
        content: attr(data-number);
        font-size: 30px;
    }

    Cheers! 
    Josue

    #589068

    Worked perfectly!!! Thank you!!! :)

    #589086

    You are welcome, glad to help :)

    Regards,
    Josue

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