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

    2 Questions:
    1) By default text associated with animated numbers appears under the number. Is there a way to get the text to the right?
    2) When using a % sign in animated numbers it appears in a different color then the number itself- how can I get it to be the same color?

    Thanks

    #491563

    Hey daniwaxman!

    1. Please insert the below css into your quick css section in your theme options:

    .avia-animated-number-content {
        left: 680px !important;
        bottom: 28px !important;
        text-align: left !important;
    }
    

    You can adjust the text alignment and positioning to your liking

    2. The below css will ensure the percentage sign matches the color selected in the animated numbers element settings.

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

    Cheers!
    Dake

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