Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1361394

    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?

    #1361413

    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

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