Hi team,
I can’t seem to change the colour of the animate number in this row https://sydney-spinal-care.com.au/faq/
The first two numbers are selected as white #ffffff however #000000 loads instead.
How might I change this?
Hi marsh1984,
This code in your Quick CSS is causing the first two numbers to be black instead of the white that you have set:
.main_color strong, .alternate_color strong { color: inherit !important; }
remove it and you should see it working properly.
If you can tell us where you use that code, maybe we can help you use a better code that wouldn’t interfere with the Animated Number’s font color.
Best regards,
Nikko