Hi! I use animated numbers which is great for desktop. On mobile though, the numbers are cut. can you help? And how can I make the “€” e.g. the same color like the number?
Hey frammies,
I can’t see anything cut off on my end, could you post a screenshot of the problem please?
Please try this in Quick CSS to make the currency symbol the same colour as the numbers:
.avia-no-number {
opacity: 1;
}
Best regards,
Rikard
Thanks, Rikard.
Quick CSS doesen’t work.
And the problem with anitmated nubers is, that only on mobile numerbs start counting by refreshing oder entering the page. On Desktop, numbes start counting when reaching the element. Thats how it should be : )
After updating the theme to the lastest version, the whtie/left elemet is a background layer instead to on top like the right/white element.
any ideas?
Hi,
Could you please create temporary admin logins and post them here privately so we can look into it? :)
Regards,
Yigit
check
Hi,
1- I added the code Rikard shared to the bottom of Quick CSS field and it worked
.avia-no-number {
opacity: 1;
}
2- I edited your highlighted column and gave it a custom CSS class “highlight-col” and then added following code to bottom of Quick CSS field
div .flex_column.highlight-col { z-index: 2; }
This seems to be a bug with the highlight columns so I will be reporting the issue to our devs.
Please review your website :)
Best regards,
Yigit