Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #351634

    Hello,

    I am using the icon element in the Avia layout builder. The animation does not always work. I have tried to disable the animation using CSS but that doesn’t seem to work.

    Can you please share instructions for removing the animation.

    http://optimusinfo.staging.wpengine.com/careers/ (hosted on WPengine) (See the icons at the bottom of the page)

    Thanks,
    Jason

    #351877

    Hey jropchan!

    Try adding this to your custom CSS.

    .avia_transform .av_font_icon{
    opacity: 1 !important;
    -moz-transform:scale(1) !important;
    -webkit-transform:scale(1) !important;
    -ms-transform:scale(1) !important;
    transform:scale(1) !important;
    }

    Best regards,
    Elliott

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