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!
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
x
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
Worked perfectly!!! Thank you!!! :)
You are welcome, glad to help :)
Regards,
Josue