Hi –
I have tried adding the code you provide on this – https://kriesi.at/support/topic/turn-off-animations/
But it won’t stop the animations.
Can you please let me know how I can stop all animations on my homepage, backdropsforbands.com
Thanks,
Mendy
Hey emskrd,
Please provide your admin info so that I can log in and take a closer look.
Best regards,
Jordan Shannon
Here you go
Hi,
Thanks,
I logged into the system and it looks like the elements on the page have animations by default. There are no “built in” options to turn the animations off, however you can use other elements that don’t have animation to recreate both the header and counter just as you have them now.
Best regards,
Jordan Shannon
Can you please tell me exactly how?
Hi!
Can you please let us know how you added the CSS or add it back so we can review if it is done properly
Thank you.
Cheers!
Basilis
Never addded any CSS for this… not sure what you mean.
Hi,
Are you referring to the slideshow caption and button? I have added this css code in Quick CSS (located in Enfold > General Styling):
.avia-slideshow-inner .slideshow_caption * {
-webkit-animation: none!important;
-moz-animation: none!important;
-o-animation: none!important;
animation: none!important;
opacity: 1!important;
-webkit-transform: scale(1)!important;
-moz-transform: scale(1)!important;
-o-transform: scale(1)1important;
transform: scale(1)!important;
}
It disabled the caption and button animation. Hope this helps.
Best regards,
Nikko
Perfect. That’s what I needed. thx