Hi
I use the nice fullscreen slider, as ssen on this page: http://kriesi.at/themes/enfold/homepage/home-v7-one-page-portfolio/ but I don’t want the animation off the textblocks and the buttons. How can I eliminate them?
GR Eric
Hey!
Try adding this code to the Quick CSS:
.slideshow_align_caption *{
-webkit-animation: none !important;
-moz-animation: none !important;
animation: none !important;
}
Cheers!
Josue