Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1446770

    hi, is this possible please?
    i’m guessing it is, & i am using a child theme so a snippet would be great :)

    #1446781

    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

    #1446784

    thank you @Ismael !

    #1446796

    Hi,

    No problem! Glad we could be of help. If you have more questions, please feel free to open another thread.

    Have a nice day.

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘icon list – deactivate animation – globally’ is closed to new replies.