• hi, i have a big problem with the animation on the site. The disable in customize option does not work.

    Any other change option? It’s about floating fate-in content.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello @bienioart,

    Please use following custom CSS on Appearance => Customize => Additional CSS

    .init-animate {
        visibility: visible !important;
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }

    Best Regards!

Viewing 1 replies (of 1 total)

The topic ‘Animation in Corporate Plus’ is closed to new replies.