Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #814479

    Hi,

    Please have a look at this animated numbers element in the red section in the middle of the page. I don’t know what is causing the text million to be in smaller fontsize and transparent than the number 200. I have just added the million directly after the number 200, as per the instructions for the module. Please see link in private content.

    #814840

    Hey Terve,

    That may be a style choice, but to fix it ad the following:

    .avia-no-number {
        opacity: 1!important;
        font-size: 100%!important;
        font: inherit!important;
        color:#fff!important;
    }

    Best regards,
    Jordan Shannon

    #814850

    Thanks!

    #814975

    Hi,

    No problem. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

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