Viewing 1 replies (of 1 total)
  • Plugin Author eleopard

    (@eleopard)

    Hey,

    You can use https://www.downloads.eleopard.in/class-generator-wordpress.html to generate CSS classes then create DIV ( you can use other HTML tags also )and apply these classes along with other CSS classes you want.

    <div class="<GENERATED CSS CLASS>">
    <YOUR CONTENT>
    </div>

    OR

    You can use animate it block generated using Animate It! Button and then place it within a DIV (you can use other HTML tags also ) tag. Apply the custom classea on this DIV tag.

    <div class="<CUSTOM CLASSES>" >
    <ANIMATE IT BLOCK>
    </div>
Viewing 1 replies (of 1 total)
  • The topic ‘Copy code from animate it and apply to other css classes’ is closed to new replies.