Hi.
As you can see in the top of my page I have used icons as a sort of submenu. Is there an easy way of not making them “fade in” the way they do? I dont want any animation on them.
Hey adferger1,
Please add the following to quick css:
.avia_transform .av_font_icon, .avia_transform .avia_start_delayed_animation.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;
-webkit-animation: none;
-moz-animation: none;
-msanimation: none;
animation: none;
}
Let me know if this works for you.
Best regards,
Jordan Shannon
Thanks… Worked fine :)
Hi,
Glad to hear that. Thanks for using Enfold :)
Best regards,
Nikko