Archived topic
Font Awesome Animations?
1 reply · Started by Sigve on December 29, 2016
Hey!
I have been trying to get animated font awesome icons to work
https://github.com/l-lin/font-awesome-animation
I downloaded and added the CSS file "font-awesome-animation.min.css" to wp-content/themes/generatepress/css, but i have no clue what to do next.
Anyone have an idea?
Appreciate any help! :)
Hi there,
You shouldn't add anything to the parent theme as it will be lost when you update.
Instead, use a child theme: https://docs.generatepress.com/article/using-child-theme/
You could add the file to your child theme, but it might be easier to just copy the CSS from the repo (https://github.com/l-lin/font-awesome-animation/blob/master/dist/font-awesome-animation.css) and add it to the existing style.css file (in the child theme).