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

#200672
Tom
Lead Developer
Lead Developer

Hi there,

You would have to use a child theme.

First, upload the animate.css file to your child theme, or add the CSS from the file into your existing custom CSS.

Then you’ll need to remove your logo in “Customize > Site Identity” and add it using HTML into the “Before Header Content” hook in GP Hooks like this:

<img src="URL TO YOUR LOGO" alt="YOUR SITE TITLE" class="animated bounceOutLeft" />

You can adjust the classes as you need 🙂