Tagged: fontello, menu icons
Hi, I’ve added icons to my sub menu items as recommended by Dude on this thread
https://kriesi.at/support/topic/entypo-fontello-as-an-menu-item/
It works in Safari but in Chrome on Mac when the sub menu drops down the background waits to appear then disappears then appears again. If I roll off it and the over it again the same effect happens.
Is there a way to stop this?
Hey!
Try adding this code to the Quick CSS:
#header .avia_mega_div{
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0)
}
Cheers!
Josue
That worked thanks!
You are welcome, always glad to help :)
Regards,
Josue