Tagged: menu icon
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
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
Thanks, but it did not work
This is not working as well (the icons display is always delayed)
Hi!
Do you mind creating a temporary admin login and posting it here privately?
Regards,
Yigit
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
It’s fine, thanks for your help. How do I get the icon char code?
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
Thanks!