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