Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1317678

    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?

    • This topic was modified 3 years, 3 months ago by frammies.
    #1317867

    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

    #1318181

    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 : )

    #1318183

    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.

    #1318456

    any ideas?

    #1318487

    Hi,

    Could you please create temporary admin logins and post them here privately so we can look into it? :)

    Regards,
    Yigit

    #1318494

    check

    #1318655

    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

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