Tagged: animation, deactivate, icon list
hi, is this possible please?
i’m guessing it is, & i am using a child theme so a snippet would be great :)
Hey Jason,
Thank you for the inquiry.
You can add this css code to disable the icon list animation:
.avia_transform .avia-icon-list.av-iconlist-big.avia-iconlist-animate .iconlist_icon {
animation: none;
opacity: 1;
transform: scale(1);
}
Best regards,
Ismael
thank you @Ismael !