is it possible that the standalone icon appears since the beginning of the page load, without any effect? I mean: it takes time in apeearing on the page, which means a problem if you see the website in devices like a laptop, because the icon does not appear until you scroll down, and it seems as if there was an empty space…
thank oyu!
Hey ftt123!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.avia_transform .avia_start_delayed_animation.av_font_icon { -webkit-animation: none;
-moz-animation: none;
-o-animation: none;
animation: none;
opacity: 1!important;
-moz-transform: scale(1)!important;
-webkit-transform: scale(1)!important;
-o-transform: scale(1)!important;
transform: scale(1)!important;
}
Regards,
Yigit
Hey!
Please add following code to Quick CSS as well and flush browser cache after applying the code
.avia_transform .av_font_icon {
opacity: 1!important;
-moz-transform: scale(1)!important;
-webkit-transform: scale(1)!important;
-o-transform: scale(1)!important;
transform: scale(1)!important;
}
Regards,
Yigit