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

    On my site I have checkmarks in a table and as you scroll down the animation makes them pop in. Some people aren’t scrolling all the way down and therefore the icon animations arent activating. Thy then think those items aren’t included and get confused. Is there a way to disable the animation on these icons so they are always just showing by default?

    #742417

    Hey Kyle,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .avia_transform .av_font_icon {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    

    Best regards,
    Yigit

    #759147

    I am having the same problem. I have tried adding the code to both places and now the animation is jerky and still there.

    #761321

    Hi,


    @JPOsteen
    Can you please post a link to your page?

    Best regards,
    Yigit

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