Hi team,
I’d need to know how to deactivate teh pop up animation for icons in enfold. I simply have too many on one page which slows it down. Example (in the middle of the page):
http://justcom-hamburg.de/reparaturen/iphone-reparatur/
Moreover I have some speed issues with my current draft http://www.justcom-hamburg.de. Any ideas what to do about it?
Thanks and cheers,
Jan :)
Hi jansthh!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia_transform .av_font_icon {
opacity: 1!important;
-moz-transform: none!important;
-webkit-transform: none!important;
-ms-transform: none!important;
transform: none!important;
}
Best regards,
Yigit
Thank you, Yigit. :)