Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #458307

    Hi,

    how can I take off that Icon list animation?

    #458369

    Hey Jesse!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia_transform .avia-icon-list .iconlist_icon {
      opacity: 1;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
    }

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.