Reply To: Como insertar Animate.css en LOGO

Home Forums Support Como insertar Animate.css en LOGO Reply To: Como insertar Animate.css en LOGO

Home Forums Support Como insertar Animate.css en LOGO Reply To: Como insertar Animate.css en LOGO

#200979
Tom
Lead Developer
Lead Developer

Ah, in that case you’ll need to upload the logo using Menu Plus in “Customize > Menu Plus > Sticky Menu” and set it to display on Regular + Sticky.

Then add this javascript into the wp_footer hook in GP Hooks:

<script>
    jQuery( document ).ready( function( $ ) {
        $('.site-logo img').addClass('animated bounceOutLeft');
    });
</script>