Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1121797

    Hi Team,

    Can you please help me make all font for animates numbers white? I dont have the option to do so myself.

    If make the font colour custom white, the Number is white and description it black.
    If i select “Light” as the font colour is has the number some off grey/white and the description white.

    I need all font to be white please.

    #1122084

    Hey Lara,
    I took a look at your site but I don’t see any animation numbers on the page you linked to. Please explain more or include a screenshot of the issue.

    Best regards,
    Mike

    #1122088

    Hi Mike,

    the animated numbers are in that blue banner.

    Hamilton, QLD
    Location

    4 months
    Duration

    Economic Development Queensland
    Client

    #1122234

    Hi,

    Thanks for the clarification. Please try the following in Quick CSS under Enfold->General Styling:

    .avia-no-number {
        opacity: 1;
    }

    Best regards,
    Rikard

    #1123687

    Thanks Rikard,

    Can we make the number white too? as you can see on this page the number 4 is still not white.

    Also I’ll need this for all portfolio items on my projects page. It only changes that first page I sent you.
    See this page isn’t affected https://libertyindustrial.com.au/portfolio-item/imex-terminal-industrial-services-hazardous-waste-management/

    • This reply was modified 5 years, 3 months ago by Lara.
    #1123709

    Hi,
    To make the number “4” white, please look in your custom css for this css:

    .avia-animated-number span.avia-single-number {
        opacity: 0.5 !important;
    }

    and replace with:

    .avia-animated-number span.avia-single-number {
        opacity: 1 !important;
        color: #fff !important;
    }

    Then clear your browser cache and any cache plugin, and check.

    Best regards,
    Mike

    #1123713

    Hi Mike,

    this does not work

    #1123717

    Hi,
    Please include an admin login in the Private Content area so we might adjust.

    Best regards,
    Mike

    #1123718

    No problem!

    #1123776

    I’ll need this to work on all portfolio items on my projects page too

    #1123903

    Hi,
    Thanks for the login, I added the above css and it seems to work fine on the links you provided. I checked some of your other portfolio items, but they didn’t have animated numbers.
    Please try clearing your browser cache, and checking again.

    As a side note, I also see that you are using Enfold v4.0.7, this is quite outdated, please consider updating to v4.5.7

    Best regards,
    Mike

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