XF 2.2 XF2 - Add CSS Elements

I am trying to add custom css text animations from envato onto my forum..
Specifically this one

This is the file
<removed>


Can anyone help? Do i add this to extra.less or the Username style??
 
Last edited by a moderator:
You have to put this in the desired template
HTML:
<div class="loader">
    <span>Loading</span>
</div>
and paste the contents of the CSS file provided (except the .body class) in your extra.less template.
 
You have to put this in the desired template
HTML:
<div class="loader">
    <span>Loading</span>
</div>
and paste the contents of the CSS file provided (except the .body class) in your extra.less template.
I apologize about the link...

And where do you mean specifically when you say "this in the desired template"

Does that go under the username style or ..?
 
Top Bottom