Tagged: 

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #331717

    Hi,
    I created a menu with fontello icons in it, but these icons are animated (they appears after few seconds).
    How could I make the icons static?

    Thanks

    http://www.rhinopiping.com

    #331725

    Hi Ship-ST!

    Please add following code to Quick CSS

    .avia-menu-text .avia_transform .avia_start_delayed_animation.av_font_icon {
    -webkit-animation: none!important;
    -moz-animation: none!important;
    animation: none!important;
    opacity: 1!important;
    -moz-transform: none!important;
    -webkit-transform: none!important;
    -ms-transform: none!important;
    transform: none!important;
    }

    Regards,
    Yigit

    • This reply was modified 10 years, 1 month ago by Yigit.
    #331773

    Thanks, but it did not work

    #332678

    Hey!

    I edited the code i posted. Please try it now

    Regards,
    Yigit

    #333051

    This is not working as well (the icons display is always delayed)

    #333399

    Hi!

    Do you mind creating a temporary admin login and posting it here privately?

    Regards,
    Yigit

    #333765
    This reply has been marked as private.
    #334026

    Hi!

    I have added icons using HTML in Appearance > Menus but i accidentally removed sublevel item texts. I added them as “Login – Register – Privacy Policy” please correct them if it is wrong. Sorry about that!

    Regards,
    Yigit

    #334848

    It’s fine, thanks for your help. How do I get the icon char code?

    #334851

    Hey!

    You can add Icon element under Content elements in ALB and then copy HTML code – http://i.imgur.com/Loqd5it.png and paste it in label field while adding new link in Appearance > Menus. Make sure to remove “style” attribute

    Regards,
    Yigit

    #337382

    Thanks!

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Menu icon animation’ is closed to new replies.