Hi,
it took me now a lot of time to find out, why my custom fontello icon is not shown up. I tried the code from your documentation here:
and there the example at “How to find the icon unicode?”
#avia-menu > li:nth-child(1) > a .avia-menu-text:before {
content:"e803";
font-family: 'entypo-fontello';
position: absolute;
left: 0;
}
There is a backslash missing in the content code; right is:
content:"\e803";
Just in case someone else is trying to get this to work.
Hey Gitte,
Thank you for getting in touch with us and noticing the missing “\” in the code. We have updated it accordingly.
Best regards,
Vinay
Great, thanks
and by the way on mac keyboards there is no sign for it – you find this special backslash on
alt+shift+7
Hi Gitte,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria