Tagged: animated numbers, Color, CSS
Hi guys,
First of all… Enfold is amazing. I really enjoy working with it! Keep up the good work.
I would like to change the color of the dot between the numbers of the Animated Numbers. The color is grey at the moment and I want it to be black. Take a look at the site.
I first tried using this piece of css but it didn’t work:
span.avia-no-number {
color: black;
}
Can you guys help me out.
Hey AlfredoS,
Adjust the css to the following:
span.avia-no-number {
color: black;
opacity:1!important;
}
Best regards,
Jordan Shannon
Thanks Jordan! It works!
Hi,
Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Can be closed.