How to turn off loading animations in Zelle

You can turn off the the animation effects that you see when Zelle theme loads a section, by adding the following code to the functions.php file of your child theme:

function zerif_animation_script() {
   wp_dequeue_script( 'zerif_scrollReveal_script' );
}
add_action( 'wp_print_scripts', 'zerif_animation_script', 100 );

For the Spanish version of this documentation you can check out this page: ¿CÓMO DESACTIVAR LAS ANIMACIONES DE LOS CONTENIDOS?

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us