Hi Animate it!
I've got a contact button <a class=button> with an FA icon inline. I wnat the icon to animate, when hovering over the parent button or <a>.
I've applied a css class (from class generator) on the icon already, but with no succes so far..
This is also original code:
<p><a class="button groen" href="#footer-cta">Direct aanvragen <i class="fas fa-chevron-circle-right animated fadeOutRight delay1 duration2 infinite eds-on-hover "></i></a></p>
And this is displayed code on front-end:
<a class="button groen _mPS2id-h" href="#footer-cta">Contact now <svg class="svg-inline--fa fa-chevron-circle-right fa-w-16 eds-on-hover" aria-hidden="true" data-prefix="fas" data-icon="chevron-circle-right" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" data-fa-i2svg=""><path fill="currentColor" d="M256"></path></svg><!-- <i class="fas fa-chevron-circle-right eds-on-hover"></i> --></a>
It seems the class gets stripped from it?
Many thanks!