Ahoy,
Is there a way to have the icon not pop up?
Hey mcraig77,
I’m not sure what you mean by pop up? Maybe you are looking to remove the animation?
Best regards,
Rikard
Yes, is there a way to remove this animation?
Hi,
Thank you for the update. Please use the following css code to disable the animation.
.avia_transform .avia_start_delayed_animation.av_font_icon {
-webkit-animation: none;
animation: none;
}
.avia_transform .av_font_icon, .av_font_icon {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
Best regards,
Ismael