Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #832100

    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.

    #832642

    Hey AlfredoS,

    Adjust the css to the following:

    span.avia-no-number {
    color: black;
    opacity:1!important;
    }

    Best regards,
    Jordan Shannon

    #833374

    Thanks Jordan! It works!

    #833509

    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

    #833543

    Can be closed.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Change the color of the dot (Animated numbers)’ is closed to new replies.