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!
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
Oh ok, thanks for the help! You can close this thread.
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