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

    Can you please give me some quick css to change the animated numbers font weight to “light” to match the rest of my theme. Thanks in advance!

    #484522

    Hey djshortkut!

    unfortunately there is no lighter version of this font in this font-size. Currently it is set to:

    .avia-animated-number-title {
    font-weight: 400;
    }
    

    and if you change it to for example:

    .avia-animated-number-title {
    font-weight: 100;
    }
    

    or

    .avia-animated-number-title {
    font-weight: lighter;
    }
    

    it stays the same.

    So maybe you want to decrease font-size? if yes use this:

    strong.heading.avia-animated-number-title {
    font-size: 40px !important;
    }
    

    Adjust as needed.

    Cheers!
    Andy

    #484621

    Oh ok, thanks for the help! You can close this thread.

    #484665

    Hey!

    you are welcome. Let us know in a new ticket if you have some more questions or issues related to the theme. We are happy to assist you.

    Cheers!
    Andy

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Animated Numbers Font Weight’ is closed to new replies.